Let PHP handle cookies with cURL

I needed to create a PHP script which could handle cookies. I tried it with the socket function already included in PHP, but the “powers” are very limited. So I googled a bit, and finally found a PHP lib called “cURL” (which can be found here) Check it out, it is very powerfull and is very easy to use.

Leave a Reply