Reply to when does it ever make sense to use curl?
Posted by lawrence k on 05/18/06 06:46
I'm reading over this page:
http://www.php.net/manual/en/ref.curl.php
What I'm missing is why? What problem does curl solve? What does it
make easier? When would I use its functions, instead of simpler
functions like file() or fsocketopen()?