Let's try that again. SELECT * FROM table LIMIT 5,5; # get rows 6 - 10 SELECT * FROM table LIMIT 10,5 # get rows 11 - 15
Justin Garrett > Hi, > > I am looking for an example in php/MySql dealing with Next 5 > type of > queries ..does anyone have any links? > > Thank you for your help > Pax > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php