Can anyone point me in the direction of a good tutorial or well commented example script(s) to help me put together something that:
- Retrieves a remote XML file (possibly quite large)
- Pulls specified fields from each record
- Stores these in mySQL
I swear this should be quite simple, but I am having problems with the middle point above.
The feed has a few thousand records with a dozen or so fields in each. I basically want to retrieve the XML file and store certain fields of data into mysql.