Re: php with rss



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?
.



Relevant Pages

  • Re: Multiple s
    ... So the embedded output content is pretty much implied to be ... HTML. ... Is this a quick hack to put some RSS ... to really judge what the "master" format ought to be. ...
    (comp.text.xml)
  • Delphi BlogSphere Parsed
    ... Well I have pulled down and parsed the delphi blog xml feeds that I could ... I would like to aggregate the rss feed items into a single chronological ... I can do this fairly painlessly with RSS 2.0 because its date format ...
    (borland.public.delphi.non-technical)
  • Re: Supplemental Result Pages
    ... sorry for posting all urls, but i was trying to ask that is this ... format of rss is valid for search engines? ...
    (alt.internet.search-engines)
  • How to format this date?
    ... When the dataset is created from a database the date text format change when Thread.CurrentThread.CurrentCulture change. ... Here is my code which create the dataset from the XML (RSS 2.0 Format) ... Dim news As New XmlDocument ...
    (microsoft.public.dotnet.framework.aspnet)