|
Posted by Gilles Ganault on 05/29/07 22:43
On 29 May 2007 15:16:23 -0700, SterLo <sterling.hamilton@gmail.com>
wrote:
>Google it :o)
I obviously did, and stumbled on two.. that didn't work :-/ One of
them is feed.class, which I downloaded from
http://svn.sourceforge.net/viewvc/demiblog/trunk/blog/includes/Feed.class?view=markup
//Fatal error: Call to undefined function get_branding()
$r.= sprintf("\t\t<generator>%s</generator>\n",
htmlentities(get_branding(FALSE)));
>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.
Is there a template you would recommend?
BTW, do I create a new file with new items instead of appending them
to older items?
Thank you.
Navigation:
[Reply to this message]
|