Go to the previous topic.    Go to the next topic.

Changing the number of entries per page

The default number of entries per page is 20. To change this, open guestbook.pl, and scroll down to a set of lines that look like this:

# guestbook entries per page;
$entries = 20;

Change the number beside $entries to however many entries you would like per page.