I'm creating an Android application that requires the following:
- Data from RSS feed gets sent to phpMyAdmin each day
- Android app goes to phpMyAdmin and gets data from table containing RSS data
- App makes a decision and does other processing based off the data
The goal is to get data from a website to the database, for the app to use.
I created an RSS feed from the following site http://www.feed43.com
Now that I have my feed set up, I need to parse and send it to the table in phpMyAdmin. The thing is, how do I get the data from the feed to phpMyAdmin? After looking around on Google I've hit a lot of dead ends.
Does anyone have experience with this, or can recommend some useful pointers? Please help.