What i am trying to do is to extract data from mysql table into a .CSV file and then after editing upload it again to update my DB.
I am planning on using php but i at the time dont know which command will convert mysql table into .CSV and insert/overide the old info in the table from CSV.