prepare("select * from parents where regno = :rg") ; $getdetails->bindparam(":rg",$sn) ; $getdetails->execute() ; $rows = $getdetails->fetch(pdo::FETCH_ASSOC) ; $father = $rows['father'] ; $falive = $rows['falive'] ; $fphone = $rows['fphone'] ; $mother = $rows['mother'] ; $malive = $rows['malive'] ; $mphone = $rows['mphone'] ; $gname = $rows['gname'] ; $gphone = $rows['gphone'] ; $reg = $rows['regno'] ; ?> View Parents Data

View Students Parent Data


View Student Parent Data
FATHER'S NAME ALIVE ? FATHER'S PHONE MOTHER'S NAME ALIVE ? MOTHER'S PHONE GUARDIAN'S NAME GUARDIAN'S PHONE


For More Help ? Contact UsClick Here.