Your IP : 216.73.216.40


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

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

?>