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...