Posted by gupta.harika on 03/02/06 12:53
Steve wrote:
> > 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
Hi Steve,
Thanks a lot for the help u provided me...
I copied set_time_limit(0) in the php file that was displaying the
search results and all worked fine...
Now the page is not breaking....
Harika
[Back to original message]
|