| Current Path : /var/www/html/venkat/blockchain-2019/ |
| Current File : /var/www/html/venkat/blockchain-2019/register.php |
<?php
include("inde.php");
?>
<div align = "center"> <br><form method = "post" action = "submit.php">
<table>
<colspan = "3"> <td> <b> Fill your Details </b> </td> </tr>
<tr> <td> <br> <font face = "verdana"> Participation Category </td> <td> <br> : </td>
<td> <br> <select name = "category">
<option value = "iiita"> IIIT-A participant </option>
<option value = "outside"> Other participant </option>
</select>
</td>
</tr>
<tr> <td> <br> <font face = "verdana"> Your Post </td> <td> <br> : </td>
<td> <br> <select name = "post">
<option value = "faculty"> Faculty</option>
<option value = "pg"> PG Student </option>
<option value = "phd"> PhD Student </option>
<option value = "researcher"> Researcher </option>
</select>
</td>
</tr>
<tr>
<td> <br> <font face = "verdana"> Enter Code <img src="session.php" > </td> <td> <br> : </td> <td> <br> <input type="text" name="vercode" /> <a href = "register.php">Refresh</a> </td> </tr> <tr>
<td> <br> <font face = "verdana"> Your Name </td> <td> <br> : </td> <td> <br> <input type = "text" name = "name" maxlength = "45"> </td> </tr> <tr>
<td> <br> <font face = "verdana"> E-Mail Id</td> <td> <br> : </td> <td> <br> <input type = "email" name = "email" maxlength = "40"> </td> </tr> <tr>
<td> <br> <font face = "verdana"> Name of the Institution with place<br> Eg. Indian Institute of Information Technology, Allahabad</td> <td> <br> : </td> <td> <br> <input type = "text" name = "poster" maxlength = "100"> </td></tr><tr>
<td> <br> <font face = "verdana"> If Accommodation required then give duration and room type otherwise type No<br> Eg. 21 - 26, AC single Occupancy (for accommodation details see in the accommodation page) </td> <td> <br> : </td> <td> <br> <input type = "text" name = "accommodation" maxlength = "100"> </td>
</tr>
<tr colspan = "3">
<td> <br> <input type = "submit" value = "Submit"> </td>
</tr>
</table>
</form>
</div>
<?php
include("bottom.php");
?>