I am creating a solution whereby a system under ASP can share data with a system under PHP. The data is links and reviews of websites.

At ASP101.com they have a sample of code that allows one to export database records into an XML file.

What I want to do is use this XML from the windows server and allow access to it from another server in a different country running PHP.

This I think I can do.

What I want to do next is take the XML feed and add it's contents to another DB this time a MySQL database on the PHP hosting account.

From there I can use SQL to re-formatt the data into the correct tables.

The weakest link is that I have no idea how to get the XML into the database. Many because I suck at PHP haveing only been learning it for two weeks.

Can anyone help me.