I am beginning to use MySQL and PHP on our website and am wondering if there is any way to import an exisiting database into MySQL. or example, I have an excel database containing all of our customer contacts. Thanks for your help!
Look at "delimited" files. Read the mysql about mysqlimport and LOAD DATA INFILE.