Re: Send a cookie with a file_get_contents( ) request?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux