On my website, I'm trying to build a page that will display records from an SQL database. Now, the database is built and inserted into the page with PHP, limiting it to ten records at a time. Unfortunately, this shows ONLY the last ten records.
How would I restrict it to ten records at a time, but give links to go to the next ten records (or previous ten records)? I would like users to be able to cycle through ALL the records, ten at a time. What would the code look like? Thanks!
How would I call them, put them in an array and call them 10 at a time?
How would I restrict it to ten records at a time, but give links to go to the next ten records (or previous ten records)? I would like users to be able to cycle through ALL the records, ten at a time. What would the code look like? Thanks!
How would I call them, put them in an array and call them 10 at a time?