"; $sql = "SELECT * FROM sub_events"; $result = mysql_query($sql); $numrows=mysql_num_rows($result); print "

Return to Main Page

"; echo "The $numrows possible events that have been suggested are...


"; print ""; for ($count=1; $row = mysql_fetch_row($result); ++$count) print " "; print "
EventDateStart TimeEnd TimeCostLocation
$row[2]$row[3]$row[4]$row[5]$row[6]$row[7]
"; print "

** There will be a charades game on Saturday Night ** "; print "

Return to Main Page "; include "footer.inc"; ?>