PHP


PHP Crawler – Get and parse urls using cURL

In this short tutorial I am going to explain you how you can parse a webpage in PHP using the cURL library. First of all, you want to remove any css/html formats from your results, this will ensure you a very clean result, so we will set an text/plain header format.