|
Posted by Gilles Ganault on 06/11/07 00:27
Hello
There's a site I like that doesn't support RSS, so I'd like to
write a PHP script that my RSS client can call, that will connect to
the site, authenticate through a POST message, suck the page that
shows the new articles, open each article and grab contents through
regexes, and then disconnect.
Problem is, the site uses a PHPSESSID cookie to keep track of who the
reader is from page to page.
Is there a tool in PHP that can grab web pages and store cookies to
keep the remote site happy?
Thank you.
[Back to original message]
|