Posted on Friday 13th July 2007 at 09:23 PM
I Have this code
but this show the first news at the top of the page, i want it the opposite way..the top must display the newest news...
Code
$getnews = mysql_query("SELECT * FROM news ORDER BY id ASC LIMIT $from, $max_results");
but this show the first news at the top of the page, i want it the opposite way..the top must display the newest news...
That's Just The Drill