Server : Apache System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64 User : apache ( 48) PHP Version : 8.0.28 Disable Function : NONE Directory : /var/www/html/venkat/repo/ |
<?php
include ("hmain.php");
?> <center> <b> <u> Please fill the Foreign Visit Details </b> </u> <br> <br></center>
<form method ="post" action = "submit.php">
<table width = "80%">
<tr>
<td width = "30%"> Name of the Faculty <br> <br> </td>
<td width = "10%"> : <br> <br></td>
<td width = "60%"> <input type = "text" name = "faculty">
<br> <br></td>
</tr>
<tr>
<td width = "30%"> Name of the Country Visited <br> <br></td>
<td width = "10%"> :<br> <br> </td>
<td width = "60%"> <input type = "text" name = "country">
<br> <br> </td>
</tr>
<tr>
<td width = "30%"> Name of the Institute/Conference Visited <br> <br></td>
<td width = "10%"> :<br> <br> </td>
<td width = "60%"> <input type = "text" name = "institute">
<br> <br> </td>
</tr>
<tr>
<td width = "30%"> Year of the Visit<br> <br> </td>
<td width = "10%"> : <br> <br></td>
<td width = "60%"> <input type= "number" min="1980" max="2018" value="2016" name = "year">
<br> <br> </td>
</tr>
<tr>
<td width = "30%"> Period of the event<br> <br> </td>
<td width = "10%"> : <br> <br></td>
<td width = "60%"> <input type = "text" name = "period">
<br> Format: 07th March to 11th March<br> <br> </td>
</tr>
<tr>
<td width = "30%"> Sponsors <br> <br></td>
<td width = "10%"> : <br> <br></td>
<td width = "60%"> <textarea rows = "2" name = "sponsor" cols = "50" ></textarea>
<br> <br> </td>
</tr>
<tr>
<td width = "30%"> <input type = "hidden" name = "decision" value = "foreign"> </td>
<td width = "10%"> </td>
<td width = "60%" > <br> <br><input type = "submit" value = "Submit">
</tr>
</table>
</form>