Is there a way to get rid of the maximum execution time? I'm loading a rather large amount of info from my database and I'm running into this error causing some of the info to not be displayed.
Aug 31, 2003, 1:18 AM
Veteran / Moderator (16346 posts)
Aug 31, 2003, 1:18 AM
Post #2 of 5
Views: 2058
Are you refering to PHP's timeout messages? If so, you should be able to turn it off in php.ini/php.conf. Even so though, how large is this query? Won't it crash your serer if too many people access the pages at once?
Cheers
Andy (mod)
andy@ultranerds.com
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Cheers
Andy (mod)
andy@ultranerds.com
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Aug 31, 2003, 8:32 AM
User (81 posts)
Aug 31, 2003, 8:32 AM
Post #3 of 5
Views: 2043
I'm not sure if my server will crash. I never get much traffic. I'm loading an entire book of the bible onto one page. I'm doing this because I'm not sure how to load half or what not on one page, and then the rest on a following linked page (Like a search engine displays it's results).
If I could limit my while statements then pick up where I left afterwards, I would definately set it up like that.
If I could limit my while statements then pick up where I left afterwards, I would definately set it up like that.
Aug 31, 2003, 8:36 AM
Veteran / Moderator (16346 posts)
Aug 31, 2003, 8:36 AM
Post #4 of 5
Views: 2040
Ouch... thats more likely to crash their browser, and your server
I would suggest looking further into spanning it across pages.
Sorry I can't be any more help, but I'm pretty strapped for time at the moment.
Cheers
Andy (mod)
andy@ultranerds.com
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Sorry I can't be any more help, but I'm pretty strapped for time at the moment.
Cheers
Andy (mod)
andy@ultranerds.com
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates


