harevik85
05-03-2008, 08:44 AM
Can anyone tell me how to do the following:
I insert data into MySQL and display the results on the page. I want to display only the first 20 data on the first page, then if more data is entered, let the program generate a second page or something like that.
I want to get something like this:
Previous < 1 < 2 < 3 < Next
I insert data into MySQL and display the results on the page. I want to display only the first 20 data on the first page, then if more data is entered, let the program generate a second page or something like that.
I want to get something like this:
Previous < 1 < 2 < 3 < Next