even i insert this statement in my script
set_time_limit(0);
i still got this error for a script:
CGI Timeout
The specified CGI application exceeded the allowed time for processing. The server has deleted the process.
and this script is working fine if my database only have not too many records. so it is time out issue for sure.
help please.
hui