Is it possible to transfer a list that I have stored on my computer in microsoft excel to a table in mysql database? If so, how can I do this?
You could save it as a CSV file. PHPMyAdmin includes the ability to import CSV files if you happen to be using MySQL.