This tutorial shows you how to make those nifty little PREV 1 2 3 NEXT, thing-a-ma-jiggers. If you want to apply pagination to some of your queries, check this out.
This article will show you how to create a dynamic menu system, which is driven by a simple PHP script and some JavaScript. It uses a MySQL database to store its menu items, and is compatible with Internet Explorer version 5 and above. Source code available for download.
Breadcrumb navigation breaks the site into links of categories and sub-categories, until the reader finally reaches the actual page they want. This article describes how to create breadcrumb navigation for your pages dynamically.