Hi Steve, > 1) should I be concerned about a timeout
Probably :-) You could always have your script send an email to your address right at the end, and if that arrives then at least it's not timing out. If your host allows it, you can override the 30 second limit using this at the top of your script (see http://php.net/ini-set for more info): ini_set('max_execution_time', 120); // 2 mins I'm not sure whether this is considered acceptable on a shared server though (after all, you'd be slowing down other users). > 2) this is on a remote shared webserver on > which I only have access to my domain via > telnet. Is there a way to view sendmail logs > to see if everything went? You'll have to ask your host... failing that, I think you're stuck with the "send an email to yourself" trick. Cheers Jon ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
