Hi,
I making an massive database query. PHP gives me the maximum compiletime error (30 secs) How can I change those 30 secs to 5 min. or so, in the php config file??
Thanks
you can change it in the script itself:
http://www.php.net/manual/en/function.set-time-limit.php
Thanks that works perfect!
If set to (0) it will run for hours!