Sorry, this is my first question. But i'm a relentless reader here.
So, i want to import the data from a rss feed, parse it into mysql (maybe using php?). Then i want to use ajax to load that info (example: image rss feed) into a container (example: slideshow).
So, will i have to use php to transfer info from the Rss feed to my mySQL DB. Then to have my data load without refreshing website (asynchronously), will i have to use jQuery?
I need some guidance in this area..
Thanks