hello, Could anyone tell me where and how to set the maximum time to longer than 30 seconds on the ms_sql server 7.0. will that be on the php server or ms_sql server?? thanks in advance. sherry
On any script, you can use this:
set_time_limit(number);
number is an amount in seconds. If number is 0, the script doesn't timeout until it is finished.
Hope this helps
fLIPIS