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

2006-01-20 Thread Raul IONESCU
gt; Try out this tutorial. Its how I got my damned pagination code working. :) > > -Original Message- > From: El Bekko [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 15, 2006 5:58 AM > To: php-windows@lists.php.net > Subject: [PHP-WIN] Re: Page-style data display

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

2006-01-20 Thread Wayne Khan
58 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Re: Page-style data display system Daniel Anderson wrote: > 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

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

2006-01-14 Thread El Bekko
Daniel Anderson wrote: 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 sep