Posts Tagged ‘cURL’

Noobies Guide on How to Scrape: Part 4 – cURL

Monday, May 11, 2009 13:01 3 Comments

Now we get the idea of POST and GET.  We found our target, we know it’s url structure, we know where the data is, but how do we use PHP to fetch the webpages?
Luckily we have what is call cURL (from PHP.net):
PHP supports libcurl, a library created by Daniel Stenberg, that allows [...]

This was posted under category: Blackhat, Noobie Scraping Guide Tags: