> 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 Thanks Per, I think so too, I glanced it, but unfortunately I have no idea whatsoever about *how* to do it... So, if anyone have suggestions, or concrete examples, please do share! Anders. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php