D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafrica
/
result.dominicaninstitute.org
/
Filename :
checkforpendingb.php
back
Copy
<?php $sql="select * from sessions where status='editstu'"; $result=mysql_query($sql); $num=mysql_num_rows($result); if($num>0){ $row=mysql_fetch_array($result); $statusjoy=$row['stage']; $sesjoy=$row['session']; $pp2=basename($_SERVER['PHP_SELF']); $pp4=$_SERVER['PHP_SELF']; $pp6=str_replace($pp2,"",$pp4); if($statusjoy!=0){ $yy='http://localhost'.$pp6.'liststudentsassigned2.php?tab=' . $statusjoy . '&ses=' . $sesjoy; header('Location: ' . $yy); exit(); } } ?>