Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/check3/
Upload File :
Current File : /var/www/html/venkat/check3/index.php

<?php
include ("session.php");
?>
<html>
	<body bgcolor="#F0F8FF"> <center>
	<h2> <font color="blue"> Program Submission Portal</font> </h2>
	<form enctype="multipart/form-data" name="r" action="main.php" method="post">
	<table width="40%" height="40%" cellspacing="1" cellpadding="1" border="1">
	<tr>
		<td>
		Choose the section You belongs to
		</td>
		<td>&nbsp; &nbsp; &nbsp;
			<select name="section">
  				<option value="cg2013">IGVC532C</option>
  				<option value="sec_a">A</option>
  				<option value="sec_b">B</option>
  				<option value="sec_c">C</option>
  				<option value="rgiit">RGIIT</option>
			</select>
		</td>
	</tr>
	<tr>
		<td>
		Choose the Program Type
		</td>
		<td>&nbsp; &nbsp; &nbsp;
			<select name="type">
  				<option value="C">C</option>
  				<option value="C++">C++</option>
  				<option value="Python">Python</option>
  				<option value="Java">Java</option>
  				<option value="Perl">Perl</option>
			</select>
	        </td>
	</tr>
	<tr>
	<tr>
		<td>
		Choose the Question No. 
		</td>
		<td> &nbsp; &nbsp; &nbsp;
			<select name="no">
  				<option value="1">1</option>
  				<option value="2">2</option>
  				<option value="3">3</option>
  				<option value="4">4</option>
  				<option value="5">5</option>
  				<option value="6">6</option>
  				<option value="7">7</option>
  				<option value="8">8</option>
  				<option value="9">9</option>
  				<option value="10">10</option>
			</select>
		</td>
	</tr>

		<td>
			Upload the file
		</td>	
		<td> &nbsp; &nbsp; &nbsp;
			<input type="file" name="file" size="20">
		</td>
	</tr>
	<tr>
		<td> 
			<input type="submit" value="Submit the Program">
		</td>
		<td>
			&nbsp;
		</td>
	</tr>
	</table>
	</center> </body>
</html>
<?php



?>