Using PHP and CURL to log in to a website
The other day I wanted to automate some downloading from a username and password secured website. I wrote a quick script and it is working like a dream, below is the CURL part of the code that does the logging in and download. [crayon-673ee05deb149035411841/]