On Monday 08 November 2004 07:14, Ritesh Nadhani wrote: Please do not top post. > Here is page that shows phpinfo() in my webserver. > > http://www.webyog.com/indexsam.php > > As I can see, the configure command has '--enable-safe-mode' but in the > PHP core configuration - safe_mode is set to off. It's probably because safe_mode is disabled in php.ini. > The max_execution_time is given to be 30 by default, but in my PHP i have > set set_time_limit(30) If you want to give your script infinite time to run (ie as much time as it needs) use: set_time_limit(0); at the beginning of your script. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* /* now make a new head in the exact same spot */ -- Larry Wall in cons.c from the perl source code */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php