new bottom for cvs files Upload

A

Anonymous

Guest
hay all

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

:D
 
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
 
Coditor said:
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

I am using it but every time I need to define the location of the files, values and tables

This files are going to be in the same dir and same structure

There are 3 cvs files and they need to update 3 tables so if I do it with the phpadmin what I need to do is every time work on every file alone and update all the information about it

I just want to imporat them every day again and not update all the information every time from the beginning

mabye I need to do it with the php page?

thanks :)
 
Back
Top