MYSQL QUERY SYNTAX?
Posted: Mon Oct 12, 2009 12:41 am
$result = mysql_query("SELECT * FROM yesterday ORDER BY points DESC LIMIT 0,5") ;
what i want to do is skip the first 5 rows
and get the second 5 rowes (rows 6-10)
know any ways of doing this ?
what i want to do is skip the first 5 rows
and get the second 5 rowes (rows 6-10)
know any ways of doing this ?