i have an xml file that i parse with php and display the output, which is fine and working...
now, i need to store the information retrieved from the xml file (elements, attributes) with the PHP parser into a mysql database. the database itself contains a number of tables and columns. any idea how i should go about it now ?