| Current Path : /var/www/html/venkat/project-dec2016/ |
| Current File : /var/www/html/venkat/project-dec2016/display.php |
<html> <body> <table width="800" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC"> <tr> <form name="form1" enctype="multipart/form-data" method="post" action="view.php"> <td> <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF"> <tr> <td colspan="3"><strong>Submit the Files</strong></td> </tr> <?php ?> <tr> <td width="100"> Enter the Roll No.*</td> <td width="16">:</td> <td width="100"> <input name="roll" type="text" value="Null" id="file1" ><br> </tr> <tr> <td width="25"><input type="submit" value="Submit " /></td> </tr> </form> </table> </td> </tr> </table>