Do you have this problem (your PHP page times out) or do is this the desired result? For the latter, you've been answered, for the former it might be a core error in your code which PHP can't handle -- in this case the results are unpredictable, I typically get a "document contains no data" error, but I guess you could also get a time out, depending on the web server and its version. If this is the case, make a copy of the script and start chopping out pieces from it until you don't get the error anymore. The last chunk you deleted contains the problem. :)

Bogdan

Mike Yrabedra wrote:

What would cause a php page to instantly prompt a timeout error when loading?



+--------------------------------------------+
Mike Yrabedra (President)
323 Incorporated Home of MacDock.com, MacAgent.com and MacShirt.com
+--------------------------------------------+
W: http://www.323inc.com/
P: 770.382.1195
F: 734.448.5164
E: [EMAIL PROTECTED]
I: ichatmacdock
+--------------------------------------------+
"Whatever you do, work at it with all your heart,
as working for the Lord, not for men."
~Colossians 3:23 <{{{><
+--------------------------------------------+

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to