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 Quote 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 Quote 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 Quote 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? Quote 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 Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.