Help!
I am taking an internet programming course, and I am stuck. I want to create a page that queries a mysql database, but I can not figure out how to import my excel csv file as a mysql table. I have installed SQLyog, and have been able to create a test table and tried a test import. Basically, it seems like I can import the first column of data, but I end up with NULL in all of the other cells.
Could anybody walk me through the csv import process or direct me to a website that has the right information. Thank you.