This is the first tutorial from a series of tutorials I am going to release. In this one you will learn how to create a very basic login system using post and if condition to verify if you’re logged in or not.
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.