I am trying to create a script that will generate an RSS feed for a web site that doesn't offer RSS feeds. I have done this before without any issues but this time the page that I need to grab the source of is behind a login and password and I can't figure out a way to grab it. I have tried using the user:password@site URL form but that doesn't work. The site uses cookies to store the login info so I was thinking it would be possible if I could send this cookie info when I try to download the page source but I have no idea how to go about that. Anyone know of a way to do this in PHP?