Forum Moderators: coopster
Im trying to add it to my blog (for no other reason then blogs are supposed to have rss feeds) but it seems i need to put it into an external xml file. the <?xml?> tag gives an error in the php file
But the problem is, since its a blog and the content is made dynamically, how do i do that? Isnt there some way to make the feed from within the php file?
Im sure this is probably easy for most of you, but trying to make something you've never even used before is hard :/
you can also use:
<? echo '<?xml?>';?>
Personally I use a php class (RSS builder) to generate valid rss xml's
You can find it here:
[sourceforge.net ]