hi
here is what u must do :
$query = mysql_query ("SELECT FROM table order by date");
or
$query = mysql_query ("SELECT FROM tablename ORDER BY date DESC");
NOTE this assumes that you have a "date" field witch stores date
if you don't , run this script line:
$date_field = mysql_query ("ALTER TABLE tablename ADD data datetime");