Re: php with rss
- From: Ciaran <cronoklee@xxxxxxxxxxx>
- Date: Thu, 29 Nov 2007 14:06:33 -0800 (PST)
On Nov 29, 9:47 pm, "Rik Wasmus" <luiheidsgoe...@xxxxxxxxxxx> wrote:
On Thu, 29 Nov 2007 22:33:23 +0100, Ciaran <cronok...@xxxxxxxxxxx> wrote:
Sorry I should have mentioned - I'm very familiar with php and sql so
I'm really just asking if its possible in theory. All I need is a
general overview of how it works.
Yes. Instead of outputting HTML as is most common, just output the XML
needed for an rss feed. Several XML packages can make it easier for you,
no strict requirement though: simple echo/print would do. So examine the
format in one of thousands of rss tutorials, make sure your PHP output
conforms to that format and you're done. (Well, output a right
content-type header, but that's it).
--
Rik Wasmus
oh cool, I wasn't expecting it to be that easy! So rss readers don't
have any problem looking up a .php file?
.
- Follow-Ups:
- Re: php with rss
- From: Rik Wasmus
- Re: php with rss
- References:
- php with rss
- From: Ciaran
- Re: php with rss
- From: Ciaran
- Re: php with rss
- From: Rik Wasmus
- php with rss
- Prev by Date: Re: php upload form with renaming/unique directory capabilities...
- Next by Date: Re: php upload form with renaming/unique directory capabilities...
- Previous by thread: Re: php with rss
- Next by thread: Re: php with rss
- Index(es):
Relevant Pages
|