Jump to content

Analyze Page result as PHP fetches it using CURL


siddscool19

Recommended Posts

I am connecting to a page using cURL in php and when transferring data to a string using CURLOPT_RETURNTRANSFER and then running my filters on the output. But since the page is very bulky it takes time to load and so i want a sort of progress meter  which can show the last line the php is currently retreiving from the page it is fetching.

Your best bet here is to use AJAX. A progress meter is tricky using cURL.

 

You'd put a loading gif where your content will go, then call the content from an external php script using AJAX. Once the ajax request is complete, hide the gif and fill the div with the content.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.