I get a PHP error - maximum execution time exceeded. What is this?
Now, if nothing major is going on in your script then it could be you have something like an infinite loop - check carefully. If you expect the script to take a long time to run, but want it to do so, then you will need to up the time on the server.
If you want to set to infinite time, you can add a line at the top of the script:
set_time_limit(0);
Note that depending on settings you may need to do this in your php.ini file if you have access to it.
Comment on this Question and Answer >>>
ASK A QUESTION
More errors PHP Questions
Dear all, i am using the Ireport to do the interface of my report and i want to combine it with the ATK Framework using Zend studion. but when i click "Print"(cetak), the page is blank. and the url showing the nokp=array. is there anything wrHello There...I'm Having This Error which says Parse error: parse error in C:\Program Files\xampp\htdocs\WebFolder\page.php on line 914 BUT that line of code doesn't exist in my programme.Can anybody HELP me? Pleaseee.... p/s:-By The Way, I'm Usi
I was learning about cookies and create a simple page to set a cookie as follow: Cookies when I check with firefox I can see that the cookie exist under the local host folder however when i want to cal
Is it possible to create php programs and view them if my operating system is DOS, not unix? Whether I create a DocumentRoot of C:\public_html, or C:/public_html, in my httpd.conf file, the result is: When go to http://127.0.0.1, I see: Index of
I get a PHP warning for array to string conversion - what is this?
