Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/elective-dec2016/
Upload File :
Current File : /var/www/html/venkat/elective-dec2016/fview.php

<?php
include("facmain.php");

?>

<table width="600" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<form name="form1" method="post" action="fviewsubmit.php">
<td>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="3"><strong>View</strong></td>
</tr>
<tr>
<td width="250">Choose the Options:</td>
<td width="16">:</td>
<td width="394">
<?php





$quer1=mysql_query("select discipline,semester from matrix group by semester, discipline") or die("Invalid Access !!!"); 

echo("<select name='basket1' id='basket1' />");
echo("<option value='#'>-Select-</option>");

while ($row = mysql_fetch_array( $quer1 )) {
	$m1=$row['discipline'];
	$m2=$row['semester'];
	echo("<option value=$m1-$m2.preference>$m1-$m2:preference</option>");
    }
$quer1=mysql_query("select discipline,semester from matrix group by semester, discipline") or die("Invalid Access !!!"); 
while ($row = mysql_fetch_array( $quer1 )) {
	$m1=$row['discipline'];
	$m2=$row['semester'];
	echo("<option value=$m1-$m2.notsubmit>$m1-$m2:notsubmit</option>");
    }
$quer1=mysql_query("select discipline,semester from matrix group by semester, discipline") or die("Invalid Access !!!"); 
while ($row = mysql_fetch_array( $quer1 )) {
	$m1=$row['discipline'];
	$m2=$row['semester'];
	echo("<option value=$m1-$m2.finalallot>$m1-$m2:Finalallotment</option>");
    }






if($my_t>$ndate)
{
   echo("<option value=alllllot>Allot</option>");
   echo("<option value=not--allot>Not-Alloted</option>");
}




echo("</select>");

echo("<center>");
?>
</tr>
<tr>

<td><br><input type="submit"  value="Submit"></td>
</tr>
</table>
</form>
</table>