Andy Boyd


Using Curl

Posted in Programming by andy on the April 25th, 2006

I’ve heard a few references to CURL but never knew much about it.  CURL allows you to scrape/use other web pages as data .  The most interesting use (I found) is you can automatically fill out form data and retrieve the $_POST array.  CURL… it’s one bad mutha…
http://www.phpit.net/article/using-curl-php/1 

Leave a Reply

You must be logged in to post a comment.