wispas Posted March 29, 2010 Share Posted March 29, 2010 I have a website that is PHP and displays information from a MySQL database... i simply want to add rss news feeds onto my website but put the RSS into a MySQL database so only certain pages will display the feed. Any clue on how this can be achieved... Quote Link to comment https://forums.phpfreaks.com/topic/196862-integrating-rss-feed/ Share on other sites More sharing options...
khr2003 Posted March 29, 2010 Share Posted March 29, 2010 if you know how to make a connection to the database and querying it and the style of the rss feed, then make a query to the table that you want to generate the rss feeds for, then echo within the query the tags of the rss with the values of the table. Quote Link to comment https://forums.phpfreaks.com/topic/196862-integrating-rss-feed/#findComment-1033579 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.