Return to Main Page
** There will be a charades game on Saturday Night ** ";
print "
Return to Main Page
";
include "footer.inc";
?>
";
echo "The $numrows possible events that have been suggested are...
";
print "
";
print "
";
for ($count=1;
$row = mysql_fetch_row($result);
++$count)
print "
Event Date Start Time End Time Cost Location
";
print "$row[2] $row[3] $row[4] $row[5] $row[6] $row[7]