RE: [PHP] Too many records to display in one web page

2007-05-27 Thread Brian Seymour
ope this helped. > > Brian Seymour > AeroCoreProductions > http://www.aerocore.net/ > > -Original Message- > From: Eduardo Vizcarra [mailto:[EMAIL PROTECTED] > Sent: Saturday, May 26, 2007 7:18 PM > To: php-general@lists.php.net > Subject: [PHP] Too many records to

Re: [PHP] Too many records to display in one web page

2007-05-26 Thread Jim Lucas
ginal Message- From: Eduardo Vizcarra [mailto:[EMAIL PROTECTED] Sent: Saturday, May 26, 2007 7:18 PM To: php-general@lists.php.net Subject: [PHP] Too many records to display in one web page Hi All I am developing a web site that interacts with a MySQL database. When I run a query and display

Re: [PHP] Too many records to display in one web page

2007-05-26 Thread tedd
At 6:17 PM -0500 5/26/07, Eduardo Vizcarra wrote: Hi All I am developing a web site that interacts with a MySQL database. When I run a query and display the records in a web page, this can become a problem because there might be too many records to be displayed in one single web page so I am try

RE: [PHP] Too many records to display in one web page

2007-05-26 Thread Brian Seymour
is helped. Brian Seymour AeroCoreProductions http://www.aerocore.net/ -Original Message- From: Eduardo Vizcarra [mailto:[EMAIL PROTECTED] Sent: Saturday, May 26, 2007 7:18 PM To: php-general@lists.php.net Subject: [PHP] Too many records to display in one web page Hi All I am developing a

Re: [PHP] Too many records to display in one web page

2007-05-26 Thread Tijnema
On 5/27/07, Eduardo Vizcarra <[EMAIL PROTECTED]> wrote: Hi All I am developing a web site that interacts with a MySQL database. When I run a query and display the records in a web page, this can become a problem because there might be too many records to be displayed in one single web page so I

[PHP] Too many records to display in one web page

2007-05-26 Thread Eduardo Vizcarra
Hi All I am developing a web site that interacts with a MySQL database. When I run a query and display the records in a web page, this can become a problem because there might be too many records to be displayed in one single web page so I am trying to divide the total number of records and dis