Any ideas how to take an xml file and feed it into a mysql database.
I have been given a xml feed from another website database and want to upload this to my database then display it using PHP on my website ?
Regards
Mike
Divide and conquer. I'd recommend checking out the various PHP/XML tutorials that are out there. Get PHP to parse the XML into variables you can manage. Then work on putting the variable data into the database (maybe requiring a PHP/database tutorial).