Re: [PHP] Re: PHP scripts timeout

2002-01-03 Thread charlesk
I have looked at the post variables and sometimes it times out when nothing is passed to it. Either through post get or cookie.(I know this from looking at the phpinfo that I dump everytime a script runs too long.) Its got me stumped. Hopefully someone someday will figure it out. Thanks tho

[PHP] Re: PHP scripts timeout

2002-01-03 Thread Fred
First of all, there is no need to worry about database connections, PHP does not count the time that it is waiting for database connections to complete. The best suggestion I can make is to try to determine if the scripts that time out have been passed a common post or get variable, that may be up