Hello,
It's been quite some time since I've been here and coded in general. Anyways, I've got a built from scratch php/mysql website running a few very basic RSS feeds that I have to manually trigger by hitting a php page each time a new record is added to mysql. I'm fine with that for now but I've run into an issue.
I want to syndicate a feed to a website that requires I pass need the content in the xml file to be clean and not html. Here is the mess I'm generating now:
http://www.thehdroom.com/imdbnews.xml
There has to be an easier plug and play way for me to generate an RSS feed off of a mysql query that properly formats all the content in XML so it reads clean on the xml page. I did a little research but honestly didn't understand what I found hence I'm posting in newbie.
Any ideas?