include("admin/functions.php");
function connect_db() {
#Connect to the database
$db_host = "localhost";
$db_user = "orourke";
$db_name = "cs_list";
mysql_connect($db_host, $db_user, "turing") or die(mysql_error());
#$db = mysql_connect ("localhost", "orourke", "turing");
mysql_select_db($db_name) or die(mysql_error());
}
connect_db();
?>
..................................................................................................................................................................................
Computer Science Department | Smith College
| ListSemesters(1,1); ?> |
Alg: Theory / Algorithms | Prg: Programming / Software | Sys: Systems / Hardware
|
$sem = $HTTP_GET_VARS['semester'];
if (Empty($sem))
$sem = GetCurrentSemester();
ScheduleBegin($sem);
?>
|
..................................................................................................................................................................................
Copyright © 2002 Smith
College // Northampton,
Massachusetts 01063 // (413) 584-2700
Course Database Created by Egle Karalyte '04 // Send comments to
webmaster@cs.smith.edu
Notice
of Nondiscrimination // Copyright
Information // Last
update: include ("admin/date.inc"); ?>.
|