So far I can read and print the data using simple xml or dom. My next step is insert the data into a mysql table. So can you help me provide a sample code that I can play around. Thanks
Is there a specific aspect of this you are having a problem with? E.g., is it the database insert, or converting the date string into the correct format for the DB, or what?
Yes please refer to this link:
http://www.phpbuilder.com/board/showthread.php?t=10376277
Right now I am finding different approach on how to validate a xml file and after that I need to learn on how to insert xml data into mysql table
My mistake the title should be "insert xml data into mysql table "