Pagination: Easy as PREV 1 2 3 NEXT
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! 22 Hits |
Comments |
Ratings (0)
Page Numbering With PHP And MySQL Results
Turning your MySQL results into Pages using Page Numbering could not get any easier than this tutorial. 16 Hits |
Comments |
Ratings (0)
Making Expanding and Collapsing Menus
If you want a menu that can expand or collapse when a user clicks on it, this tutorial will show you how to accomplish it. 30 Hits |
Comments |
Ratings (0)
PHP Pagination Class
This is a code snippet for a PHP Pagination Class. Not really any explanation, aside from a few comments in the code. 83 Hits |
Comments |
Ratings (0)
Creating & Destroying Sessions
Learn how to create & destroy sessions in PHP that allow you to carry user info across multiple pages. 25 Hits |
Comments |
Ratings (0)