Click to See Complete Forum and Search --> : generating pages????


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

NogDog
05-03-2008, 10:43 AM
It's called "pagination" if you want to do a search on it here or on the web.