D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafrica
/
result.dominicaninstitute.org
/
Filename :
trends1.php
back
Copy
<?php if (!$_SESSION){ session_start(); } $acc=$_SESSION['acc']; $yto=$_SESSION['yto']; if(isset($acc) && ($acc=="administratoroftheduresult2018byto")){?> <?php include("Connecter/dataconn.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php include("head.php"); ?> </head> <body> <?php include("top.php"); ?> <?php include("dtable0.php"); ?> <?php include("nav.php"); ?> <?php include("dtable1.php"); ?> <?php include("topcontainer.php"); ?> <!--Content Goes Here--> <?php if(isset($jkjk)){ echo("<p align='center' style='color:#ff0000'>".$jkjk."</p><hr />"); } ?> <div class="headingbiggest">Trend for an Individual Student</div> <p align="center">Type the Matriculation Number of the Student for whom you want to view trends...</p> <form action="trends1a.php" method="post" name="form1" id="form1"> <table width="100%"> <tr valign="top"><td width="150" style="font-weight:bold; text-align:right">Matric No:</td> <td style="font-size:9px;"><input name="mat" id="mat" size="7" type="text" /> </td></tr> <tr valign="top"><td width="150" style="font-weight:bold; text-align:right">Programme of Study:</td> <td style="font-size:9px;"> <?php $sql = "SELECT *,programmes.sn as feli1,programmes.namer as feli2,departments.namer as feli3 FROM programmes inner join departments on programmes.departmentsn = departments.sn where programmes.archived='No'"; $result = mysql_query($sql); ?> <select name="programmesn" id="programmesn"> <?php while($row = mysql_fetch_array($result)){ ?> <option value="<?php echo $row['feli1']; ?>"><?php echo $row['feli2']; ?> [<?php echo $row['feli3']; ?>]</option> <?php }?> </select> </td></tr> <tr valign="top"> <td style="text-align:right; font-size:10px;" colspan="2"><a href="dadmin.php">Cancel</a> <input name="findstudent" type="submit" id="findstudent" value=" Find Student " /> </td> </tr> </table> </form> <!--Content Ends Here--> <?php include("bottomcontainer.php"); ?> <?php include("dtable2.php"); ?> <?php include("side.php"); ?> <?php include("dtable3.php"); ?> <?php include("foot.php"); ?> </body> </html> <?php } else { include("ddadmin.php"); }?>