Posted by Nicholas Sherlock on 10/04/87 11:43
strawberry wrote:
> SELECT * FROM table1
> ORDER BY field1;
>
> 924 rows in set...
>
> however rendering the page displaying all that data can take over a
> minute which, without modifications to the php.ini file, can
> occasionally cause those timeout errors
Hmm.. is it sensible to display this much information on one page? Could
you implement pagination with the LIMIT clause?
Cheers,
Nicholas Sherlock
--
http://www.sherlocksoftware.org
[Back to original message]
|