IER506 Posted July 18, 2010 Share Posted July 18, 2010 Good evening everyone. I'm developing a portal and one of the pages has to do with database cleanup. My main cleanup page is called dboptimize.php . Now, on that page there is a link and when the user clicks on it a new page opens called dbcleanup.php and some DELETE queries are executed. Finally the dbcleanup.php redirects the user to dpoptimize.php (when the deletions are done). The problem is that the functions in dbcleanup.php work fine but i receive a internet explorer error possibly due to a timeout. (It takes about 5-6 seconds to run the DELETE queries). I was trying to change some values in php.ini or in apache configuration or in my script but I have no results! Can you suggest some ideas? Link to comment https://forums.phpfreaks.com/topic/208113-page-timeout/ Share on other sites More sharing options...
inversesoft123 Posted July 19, 2010 Share Posted July 19, 2010 Possibly looping into the code. Attach your code. Link to comment https://forums.phpfreaks.com/topic/208113-page-timeout/#findComment-1087960 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.