prepare("insert into school (name,address,phones,emailsite) values(:n,:a,:p,:e)" ) ; $sql->bindparam(":n",$name) ; $sql->bindparam(":a",$add) ; $sql->bindparam(":p",$phone) ; $sql->bindparam(":e",$mail) ; if($sql->execute()) $msg = "School Data Registered Successfully" ; } ?> School name

SCHOOL REGISTRATION


Supply School Info
(This is One Time Registeration to Help Me Keep Track of your Data)

Enter School Name

Enter Address

Enter Phones

Enter Email and Website


For More Help ? Contact UsClick Here.