Click to See Complete Forum and Search --> : Timeout


quadoc
03-11-2008, 02:25 PM
I have a script that keep giving me timeout and it's driving me nut. Does anyone know where I can set the timeout? Thanks...:confused:

Znupi
03-11-2008, 03:36 PM
Is it supposed to take so much time? Are you sure it doesn't go into an infinite loop? If yes:

set_time_limit(0);

quadoc
03-13-2008, 11:39 AM
The script is running fine. What the script does is read a record from the table and then let the user input a reply but if the user taking too long to input a reply and when they submit the reply, this is when I get the timeout.
I don't know if this is the scripting timeout or database timeout. :confused: