Forum Moderators: coopster
how would I change the mysql_query() function to select the 10 news entries from newest to oldsest?
SELECT * FROM news ORDER BY mydatefield DESC LIMIT 10;