Showing 10 results at a time from my recordset...
Posted: Thu Aug 15, 2002 5:18 pm
I'm using a MySQL database and can't figure out how to show only 10 results from my query at a time?!?!?!?
But how to I browse without persistently storing 0 and 10?
I've been messing around with this query:<<previous 10 | next 10>>
Code: Select all
SELECT * FROM table LIMIT 0, 10