Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/electiveaug22/
Upload File :
Current File : /var/www/html/venkat/electiveaug22/webtest.php

<?php
include("db.php");
#echo $seatno = addslashes($_POST['seatno']);	
        //echo $quer1="select * from student1 where rollno = '$seatno'";
        
	#$quer12=mysql_query("select * from student1 where rollno = $seatno") or die("Invalid Accesssesss");
        #while($row1 = mysql_fetch_array( $quer12 )) {
               $rollno = $row1['rollno'];
		echo $rollno."<br>";
        }
?>