parsek Posted July 6, 2006 Share Posted July 6, 2006 I am using php cURL libraries to display the page. But on the status bar of the browser (FirFox) I am getting "Done", then "Waiting for www.mysite.com", like it's waiting for some more data.On the IE it is just looks like page is still loading, even thought page is loaded.Do you know where might be the problem? Link to comment https://forums.phpfreaks.com/topic/13849-problem-with-loading-page/ Share on other sites More sharing options...
.josh Posted July 6, 2006 Share Posted July 6, 2006 does your script work okay if you run it directly through the browser (as in, typing the path/filename in your address bar)? Link to comment https://forums.phpfreaks.com/topic/13849-problem-with-loading-page/#findComment-53893 Share on other sites More sharing options...
parsek Posted July 7, 2006 Author Share Posted July 7, 2006 That is how I run my script, using the URL www.mysite.com/myphp.php and it keep waiting on load, but I don't know why Link to comment https://forums.phpfreaks.com/topic/13849-problem-with-loading-page/#findComment-54174 Share on other sites More sharing options...
hackerkts Posted July 7, 2006 Share Posted July 7, 2006 Check the script, it might be a endless looping or something, I had it happen before.Having 2 queries in a loop and some mistake with the coding. Link to comment https://forums.phpfreaks.com/topic/13849-problem-with-loading-page/#findComment-54177 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.