plznty Posted May 19, 2011 Share Posted May 19, 2011 When I use PHP to gain data from another webpage I usually use file_get_contents Is there a faster way to retrieve data from webpages faster since it only seems to do around 200 website line retrievals per minute? Is cURL faster? Thank you Link to comment https://forums.phpfreaks.com/topic/236914-external-website-data-retrieval-faster/ Share on other sites More sharing options...
fugix Posted May 19, 2011 Share Posted May 19, 2011 I would use curl yeah. Fast and provides many options of data retrieval Link to comment https://forums.phpfreaks.com/topic/236914-external-website-data-retrieval-faster/#findComment-1217838 Share on other sites More sharing options...
plznty Posted May 19, 2011 Author Share Posted May 19, 2011 Could you link me to a help tutorial for retrieving a certain line number in curl please. ty Link to comment https://forums.phpfreaks.com/topic/236914-external-website-data-retrieval-faster/#findComment-1217840 Share on other sites More sharing options...
plznty Posted May 20, 2011 Author Share Posted May 20, 2011 Anyone? Link to comment https://forums.phpfreaks.com/topic/236914-external-website-data-retrieval-faster/#findComment-1217882 Share on other sites More sharing options...
fugix Posted May 20, 2011 Share Posted May 20, 2011 http://us3.php.net/manual/en/ref.curl.php Link to comment https://forums.phpfreaks.com/topic/236914-external-website-data-retrieval-faster/#findComment-1217885 Share on other sites More sharing options...
QuickOldCar Posted May 20, 2011 Share Posted May 20, 2011 http://www.phpclasses.org/package/4091-PHP-Retrieve-multiple-pages-simultaneously.html Link to comment https://forums.phpfreaks.com/topic/236914-external-website-data-retrieval-faster/#findComment-1217893 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.