Is there a way to do this in reverse?
while (list($gameno, $gmdate,
$hometeam, $homescore,
$visitteam, $visitscore)=$db->fetch_row($query))
I am returning the last five records by date from the table
using this clause:
order by gamedate desc LIMIT 5
but want them displayed in ascending date order.