Posted by Steve on 03/01/06 18:41
> If the result set contains more records and the query takes more that
> 30 seconds to execute in the backend the data does not get displayed in
> the frontend page of the application.
> I get an error telling
> "Fatal error: Maximum execution time of 30 seconds exceeded."
> Can any one of you please help me out in solving this problem.
set_time_limit(0);
See <http://www.php.net/set_time_limit>.
---
Steve
[Back to original message]
|