A basic way to convert XML to MySQL
Lately I’ve been building a lot of web apps that use XML to MySQL conversion. There’s almost no information to be found on the internet regarding this process, so I decided to share my simple PHP script that’ll import your XML file into a MySQL table.