Anders Norrbring wrote:

> I have a web site where I use cookies to store logins, and also
> session cookies for users logged in.
> Is there a way for me to use file_get_contents() to pull content which
> are "behind" the login?
> In other words, I want to use my own log-in cookie and somehow send it
> with the file_get_contents request to get the content.
> Can I somehow do this? Or are there other ways?

I think you can do that by using a stream context.

http://php.net/manual/en/function.stream-context-create.php


/Per Jessen, Zürich


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to