session_start(); if (!session_is_registered("LLC")) { // if session check fails, invoke error handler header("Location: ../loginform.php"); exit(); } $user = $_SESSION['UNAME']; $Department = isset($_GET['dpt']) ? $_GET['dpt'] : "AMLA"; if ($Department == ''){$Department = 'AMLA';} include("../include/dbconfig.php"); $connection = mysql_connect($db_host, $db_user, $db_pass) or die ("Unable to connect!"); mysql_select_db($db_name); ?>
Last Name | First Name | Instructor ID | $row[2] | $row[1] | $row[0] | END; } print <<