Posted by Kailash Nadh on 11/29/07 20:39
On Nov 29, 7:14 pm, eastcoastguyz <eastcoastg...@hotmail.com> wrote:
> I'm very new to RSS. I was given a URL that starts with "feed:". I
> want to be able to open this and read in its content into a PHP
> program to produce a report. I'm not interested in converting it to
> HTML.
>
> Question: Is a URL that starts with feed: output XML?
>
> Question: How do I open a feed: URL in PHP and parse it?
>
> Thanks!
>
> Edward
Remove the "feed:" portion and replace it with http://... and make it
a standard url. It should work.
Yes, it should be an xml file.
--
Kailash Nadh | http://kailashnadh.name
[Back to original message]
|