Tuesday, December 25, 2018

Student Registration Form || PHP & MYSQLI


<html DOCTYPE!>
<html>
   <head>
   <title>Registration Form</title>
   </head>
<body>
<center>
<h2> Student Registration Form</h2>
<table width="100px" height="40px" bgcolor="grey">
<form action ="" method="post">
<tr><td> Name:<input type="text" name="name"></td></tr>
<tr><td>F.Name:<input type="text" name="fname"></td></tr>
<tr><td>School Name:<input type="text" name="school"></td></tr>
<tr><td>Roll No:<input type="text" name="roll"></td></tr>
<tr><td>Class:<select name="clss">
<option>NULL</option>
<option>9th</option>
<option>10th</option>

</select></td></tr>
<tr><td><input type="submit" name="submit"></td></tr>

</form></table>
</center>
  </body>
</html>


Student Registrant
Clic here For OUTPUT

No comments:

Post a Comment