if (isset($_GET['err'])) { if ($_GET['err']) { echo("Email id and password do not match"); } } ?>
E-Mail
(e.g. rvidal@cis.jhu.edu)
Password
Course
require ('includes/dbconn.php'); $query="Select scid,vname,csem,cyear from course_list where active=1"; $result=mysql_query($query); while ($row=mysql_fetch_row($result)) { echo("
".$row[1]."-".$row[2]." ".$row[3]."
"); } ?>
New ? Click here to Register
Forgot password ?
Change password ?