bertrandkis
Programmer
Hello Folks!
I need to display about 5000 records from an sql database on a webpage. The page can only display 10 records at a time so I need to create links as those that are displayed on a result page when you perform a search using a search engine on the net.The links will look like this:
Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 15 14 16 17 18 19 20 Next
When the user clicks next the next 20 pages should be displayed, when he clicks on a page numbers 10 records from the database should be listed.
Thank you for your help.
I need to display about 5000 records from an sql database on a webpage. The page can only display 10 records at a time so I need to create links as those that are displayed on a result page when you perform a search using a search engine on the net.The links will look like this:
Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 15 14 16 17 18 19 20 Next
When the user clicks next the next 20 pages should be displayed, when he clicks on a page numbers 10 records from the database should be listed.
Thank you for your help.