Hello !

I have a side, which I can only access when a special cookie is set. I
want to access and analyse the side with php.

So I could not use fopen("http://www.thesidename.com", "r"), because
this will not transmit the cookie.

I thought of something with sockets and sending a HTTP-Get with the
cookie. But I have no idea:
- How to use the socket
- How to send the GET
- How to send the Cookie
- How to recieve the data

Any help is welcome !

Martin


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to