Re: [PHP-WIN] Page-style data display system [w/link]

2006-01-14 Thread John Ellingsworth
Dan You may want to try the Pear Pager package: http://www.google.com/search?q=php+pear+pager [sorry for the missing link] -- Thanks, John -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Page-style data display system

2006-01-14 Thread John Ellingsworth
Dan You may want to try the Pear Pager package: -- Thanks, John Ellingsworth Project Leader, Virtual Curriculum Academic Programs School of Medicine University of Pennsylvania (215) 573-4451 Virtual Curriculum http://www.cu2000.med.upenn.edu AIM: vc2000support To contact the Virtual Curricu

[PHP-WIN] Page-style data display system

2006-01-14 Thread Daniel Anderson
Okay, I have a database table to which contains posts from people. I want to retrieve these and post them in a linear format (as I currently have), but...! I want to have pages, each page has 50 rows from the database at a time. If I have 102 results, I want it to be separated into three pages.