CS 453: Introduction to Compilers
Announcements
Syllabus
Feedback
Schedule
Recitations
Assignments
External Links
Recitations
$filename = "recitations.dat"; $handle = fopen($filename, "r"); $contents = fread($handle, filesize($filename)); fclose($handle); $lines=explode("\n\n", $contents); echo "
"; echo "
Date
Subject
Notes
"; include ('table-guts.php'); echo "
"; ?>