Re: [PHP] an error "Maximum execution time of 30 seconds exceeded in C:\...

2001-09-04 Thread pierre-yves
>I got an error "Maximum execution time of 30 seconds exceeded in C:\... on line 224" while >accessing a PHP page tie to a Mysql database. >1. Is 30 seconds the normal setting before it times out ? It is the default settings. It's rarely normal that a script last that long. My longest scripts is

[PHP] an error "Maximum execution time of 30 seconds exceeded in C:\...

2001-09-04 Thread nyon
Hi, I got an error "Maximum execution time of 30 seconds exceeded in C:\... on line 224" while accessing a PHP page tie to a Mysql database. 1. Is 30 seconds the normal setting before it times out ? 2. Is this error is due to PHP or Mysql ? 3. How to I set it to 60 seconds ? Thanks Nyon