I have designed a guestbook using a MySQL database (where the entires are stored). I then display them in a table ordering them by date so that the lastest shows up at the top. Now, how can I make it so that instead of having 100 guestbook entries show up on one page, I can have like 10 per page and links to next and previous page? I've read about using split() for text data, but since this is a database and I'm using a table, I'm not quite sure how I would get it to work. Thanks!
Brian