I have an excel file with 2000 email addresses, each line has an e-mail address. But how can I import all those Email Addresses into a table in phpymadmin?
I have already created a database and a table, this is the structure:
DatabaseName: myname_clients
DatabaseTable: clients
Columns:
ID, NAME, EMAIL, TEL
I have tried to import emails with a CSV file but no results, I hope that someone has a solution for me.