* Thus wrote zavaboy ([EMAIL PROTECTED]):
> How do I set execution time for a for() loop?
> Like I have a loop stop once it finds 3 things, but what happens when there
> are only 2 things? It keeps looking for 30 seconds then shows this error:
> Fatal error: Maximum execution time of 30 seconds exceeded in...
> 
> How can I set it to 3 seconds without a error?

What you explained seems that you're doing something wrong... can
you provide a small example of what you want to get done?



Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to