Hello i would like if you can post a little tutorial about how to import xml data to mysql using php script thanks
You need to be more specific - it depends a lot on the structure of the data you're dealing with.
Well I want to retrieve data from XML with 4 fields name, value, description, and date into a mysql table, also I want to preserve old values in the database so in other words make an append with the new values a keep the old data thanks
Is there existing XML and/or database structure?
Hello i would like if you can post a little tutorial about how to import xml data to mysql using php script thanks
You need to be more specific - it depends a lot on the structure of the data you're dealing with.
Well I want to retrieve data from XML with 4 fields name, value, description, and date into a mysql table, also I want to preserve old values in the database so in other words make an append with the new values a keep the old data thanks
Is there existing XML and/or database structure?