Posted by SterLo on 05/29/07 22:16
On May 29, 2:55 pm, Gilles Ganault <nos...@nospam.com> wrote:
> Hello
>
> I'm not an expert on RSS, and I'd like to find a tool to make
> it easy to create an RSS feed for a site whenever a new row is created
> in a MySQL database.
>
> Is there some PHP tool that would make this easy to do?
>
> Thank you.
Google it :o)
Making an RSS feed is easy - there are plenty of templates out there.
All you need to do to create a dynamic RSS feed is to write a PHP file
and make it call to the database to get the required data and output
XML headers and then follow the template.
Or if you think that's lame - you can generate a new XML file
everytime something new is added to the database.
Navigation:
[Reply to this message]
|