Re: [PHP] Emulating a browser, parse cookies with PHP

2002-04-08 Thread heinisch
At 07.04.2002 16:22, you wrote: > >Hi, I'm trying to make a PHP script that would go in a website and log in. >The website uses cookie to authenticate with its services. I made HTTP GET >requests using fsockopen and parsed the results back into a variable. >However I cannot find the cookie inf

[PHP] Emulating a browser, parse cookies with PHP

2002-04-07 Thread DRaGoNLz
Hi, I'm trying to make a PHP script that would go in a website and log in. The website uses cookie to authenticate with its services. I made HTTP GET requests using fsockopen and parsed the results back into a variable. However I cannot find the cookie info(Set-cookie) in the returned content.