Posted by Manuel Lemos on 10/09/97 11:26
Hello,
on 09/12/2005 10:50 AM Ryan A said the following:
> The thing that bothers me the most is if the program times out..., how do I
> start again from
> the ones that have not been sent?
Use set_time_limit(0); and your script will never timeout. Anyway, long
standing scripts should be run off your Web server, maybe started from
by cron.
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
[Back to original message]
|