cgchris99 Posted December 22, 2006 Share Posted December 22, 2006 I have an app that use curl to automate website navigation and updating.While debuging I display the page and some debug text.There are times that the browser page will not update for quite a while and then I get a burst of information all at once. Usually when the script is complete.Is there a way to have it display the information as it updates or speed up the curl operation totally?Thanks for any advice Link to comment https://forums.phpfreaks.com/topic/31556-question-on-debugging-curl-php/ Share on other sites More sharing options...
trq Posted December 22, 2006 Share Posted December 22, 2006 Take a look at [url=http://php.net/ob_flush]ob_flush[/url]. Link to comment https://forums.phpfreaks.com/topic/31556-question-on-debugging-curl-php/#findComment-146210 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.