Hi all,
I have used the search and also googled for this and can't seem to find anything relevant. I guess it is the way I am phrasing the question I suppose.
Basically what I would like to do is auto add pages to what I suppose would be considered a guestbook script. (php and mysql)
I understand how to LIMIT the results for a page but how do you auto generate extra pages? For ie:
Say I have 20 records in my db that I wish to display, 10 records on each page. Now I know I could easily add a second page using conventional means (page1.php and page2.php) but I would like it to auto generate a third page link when another record is added. What I am trying to say is ONE page and links to other pages are generated when more records are added.
I hope I have explained that correctly.
Any help as always would be greatfully received.
Thank you