include("includes/top.php4");?> //place the content for this page below\/\/\/ ?> if ($submit_game) { if($ampm=="pm"){ $hour=$hour+12; } $time="$hour:$min:00"; $select_stamp = mktime(0, 0, 0, $month, $dates, $year); $dayofyear = date("z",$select_stamp)+1; $result=mysql_query("insert into schedules (type, day, teamid, opponent, location, time, month, dates, year, dayofyear )". "values ('$type','$day', '$teamid', '$opponent', '$location', '$time', '$month', '$dates', '$year','$dayofyear')"); } ?>
enter game information
} ?>