Problem with loading the page

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
parsek
Forum Newbie
Posts: 4
Joined: Mon Jul 03, 2006 1:14 pm

Problem with loading the page

Post by parsek »

I am using php cURL libraries to display the page (getting data from other website), but on the status bar of the browser (FirFox) I am getting "Done", then "Waiting for http://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?
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Probably need to show us your code
parsek
Forum Newbie
Posts: 4
Joined: Mon Jul 03, 2006 1:14 pm

my code

Post by parsek »

Guys,
This is second time I am posting my question. First time was different problem, I posted a code, but noone seems to find the answer. I found where the problem was, updated my own post and added this questions. Noone got back to me. Does someone had similar problem before?
Post Reply