I have 3 cvs/exeal files that I need to update the mysql database every day
Each file is going to table in the database
how do I build bottom on the phpmyadmin that will import this files?
or do I do that with the php?
thank you

Moderators: egami, macek, gesf
I am using it but every time I need to define the location of the files, values and tablesCoditor wrote:What do you mean by "how do I build bottom on the phpmyadmin" ? PhpMyAdmin is already capable of importing csv files. Select the table you want to use, than click "Import" in the top of the page. If there is no "Import", update your PhpMyAdmin.
Coditor