I have a CSV that I want to convert into a mySQL table.
Here's the CSV:
http://server.e3-aion.com/~granto/ACDB.csv
I want to either do it through PHP, or just a mySQL command i can run through phpmyadmin, because I do not have direct access to the server.
I've looked all around for a script that would do this, and on php.net for some ideas on functions, but everything I tried wasn't working and it's getting to the point where I need major help!
Any input would be great. Thank you.