mysql_query("SELECT * FROM table ORDER BY date DESC LIMIT (10, 9999)");
you could return a numrows to change the 9999 to a real number.
EDIT: select * isnt great, declare the columns you need.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.