Re: How to open and read "feed:" in PHP?
- From: eastcoastguyz <eastcoastguyz@xxxxxxxxxxx>
- Date: Thu, 29 Nov 2007 23:52:08 -0800 (PST)
On Nov 29, 3:39 pm, Kailash Nadh <kailash.n...@xxxxxxxxx> wrote:
On Nov 29, 7:14 pm,eastcoastguyz<eastcoastg...@xxxxxxxxxxx> 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
Thank you! I see now. What really confused me was that wget and curl
said they didn't support "feed:".
.
- Follow-Ups:
- Re: How to open and read "feed:" in PHP?
- From: Toby A Inkster
- Re: How to open and read "feed:" in PHP?
- References:
- How to open and read "feed:" in PHP?
- From: eastcoastguyz
- Re: How to open and read "feed:" in PHP?
- From: Kailash Nadh
- How to open and read "feed:" in PHP?
- Prev by Date: How to get PHP function status?
- Next by Date: Re: How to open and read "feed:" in PHP?
- Previous by thread: Re: How to open and read "feed:" in PHP?
- Next by thread: Re: How to open and read "feed:" in PHP?
- Index(es):
Relevant Pages
|