rashmi_k28 Posted May 4, 2009 Share Posted May 4, 2009 What is the advantage of curl. We can use HTTP request in php to get the status code. How curl is advantageous than simple php application Link to comment https://forums.phpfreaks.com/topic/156758-curl/ Share on other sites More sharing options...
jackpf Posted May 4, 2009 Share Posted May 4, 2009 I think it's quicker than file_get_contents() on remote files. Link to comment https://forums.phpfreaks.com/topic/156758-curl/#findComment-825478 Share on other sites More sharing options...
Axeia Posted May 4, 2009 Share Posted May 4, 2009 CURL can do far more, such as custom headers pretending to be firefox Link to comment https://forums.phpfreaks.com/topic/156758-curl/#findComment-825555 Share on other sites More sharing options...
jackpf Posted May 4, 2009 Share Posted May 4, 2009 I think it can accept cookies and stuff as well. Link to comment https://forums.phpfreaks.com/topic/156758-curl/#findComment-825559 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.