Urgent help from you peoples in php. Please help me

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rajeevgandhis
Forum Newbie
Posts: 2
Joined: Wed Nov 16, 2011 3:07 am

Urgent help from you peoples in php. Please help me

Post by rajeevgandhis »

Hi,
I have database with plenty number of data(55thousand records) in it.
While execution i am getting error like this => "PHP Fatal error: Maximum execution time of 120 seconds exceeded in C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\www.domainname.com\\website\\library\\Zend\\Session.php on line 480, referer: http://www.domainname.com/"..

I have increased the maximum execution time also, but still am getting the error.

I dont know how to resolve this problem please help me in this....



Thanks,
Rajeevgandhi Selvaraj. :banghead: :banghead:
Pondicherry,
India.
JimJiang
Forum Newbie
Posts: 5
Joined: Wed Nov 09, 2011 7:32 am

Re: Urgent help from you peoples in php. Please help me

Post by JimJiang »

please put up you code.
Maybe there is a dead cycle in the 480 of you code.
Post Reply