$sqlold = "SELECT * FROM results where gamecat=scholastic order by gamedate desc";
$sql = "SELECT * FROM gameresults where gamecat='scholastic' order by gamedate desc";
$result = mysql_query( $sql ) or die( mysql_error() );
// Print out the contents of the entry
echo "
| “.$row['gamename'].” | “.$row['gamedate'].” | “.$row['gameloc'].” | Results | Game Viewer |
“;
?>


