You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$result = mysql_query("select distinct district from school where state='$state'")
or die(mysql_error());
$ans="";
while($row=mysql_fetch_array($result))
{
$district=$row[0];
//$resultscore=mysql_query("select sum(maxmarks),sum(marksscored) from exam e,student s,school sc where e.studentid=student.studentid and s.presentschoolid=school.schoolid and school.state='$state'")