Peter- Best to place the following line in your script, so the max execution time is only changed in that script and not throughout your site.
ini_set("max_execution_time", "60"); //60 seconds timeout --Jim >>> "Peter Theeuwen" <[EMAIL PROTECTED]> 04/26/02 11:13AM >>> Basically, when uploading large files it is timing out. Q: Where in the php.ini file can I increase the timeout (or perhaps some other setting) for accommodating the upload of large files? - This obviously is on a W2K box. I searched the archives, but could not find a similar question. I increased the size permitted, I just don't know where to set the option for increasing some timeout interval. Thank you in advance. /pt -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php