Anthony <[EMAIL PROTECTED]> wrote:
> change PHP's timeout value in php.ini :
> 
> max_execution_time = 30     ; Maximum execution time of each script, in
> seconds
> max_input_time = 60 ; Maximum amount of time each script may spend parsing
> request data
> 
> don't know if you can have php do something like load a different script or
> a basic HTML page on timeout.  That would be pretty cool though, anyone
> know?

I think this is what you want.

http://php.net/set_error_handler


curt
-- 


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

Reply via email to