hi
um, ok heres an SS:
[slide]http://i.lulzimg.com/591e92dd0f.png[/slide]
they're ordered by date, which is fine but theirs 40 sites per page, so the above is an SS from page 1. sites are blacklisted daily so i need the most recent records on the 1st page...
heres what i havve atm:
how to do this?
um, ok heres an SS:
[slide]http://i.lulzimg.com/591e92dd0f.png[/slide]
they're ordered by date, which is fine but theirs 40 sites per page, so the above is an SS from page 1. sites are blacklisted daily so i need the most recent records on the 1st page...
heres what i havve atm:
PHP:
$query = mysql_query("SELECT * FROM wcddl_blacklist ORDER BY ".$core->sqlOrder." dat DESC LIMIT ".$start.", ".$pageLimit."");
how to do this?