Using PHP to update RSS
Posted: Fri Jul 13, 2007 4:48 am
I am completely new to RSS and I haven't found any places that explain how to update an RSS feed with php.
I have my ideas about how to do it, mainly doing something like
And then using mysql queries to grab information. Is this the right way to go about doing this?
edit
I went ahead and tried this and when I was declaring the xml version, because the tags end in ?> it gave an error.
I have my ideas about how to do it, mainly doing something like
Code: Select all
header('Content-Type: text/xml');edit
I went ahead and tried this and when I was declaring the xml version, because the tags end in ?> it gave an error.