Forum Moderators: open
I want to create an RSS Feed that gets all it's data from an SQL Database. I have gotten that part sorted out, but I want to make it so that when a user types in, for example, a stock ticket such as DJTI, my site generates an RSS feed with that title, and retrieves information for that ticket from the MySQL Database. Is there any way I can do this?
[edited by: bill at 12:38 am (utc) on Nov. 15, 2007]
[edit reason] see sticky mail [/edit]
There are lots of resources online for the correct way to format an RSS feed. Make sure you tag any html with cdata.
For one of my sites, I just rewrite certain .php pages to .xml with htaccess.
Good luck.