Please remember to write your response BELOW the previous text. On Wed, Apr 23, 2008 at 9:24 PM, <[EMAIL PROTECTED]> wrote: > > > > > > > ----- Original Message ----- > From: "fremaje31" > > Hello All, > > I have a bunch of mailing list in MS Excel format. I want to upload > them into my MySQL database. What is the best way to do this? I've > seen converter software, has anyone used any before and are any of them > free? > > Thanks in advance for your assistance, > > Tisha > > ------------------------------------ > > If you have phpmyadmin then you can save then as CSV (Coma Separated > Values) > and the directly import them to an existing table with phpmyadmin. > > Do a test one first with an unused table. > >
-- Junior Grossi skype/msn: juninhogr google talk: [EMAIL PROTECTED] ------------------------------------ Hi I prefer to save the file in CSV format and read the file with PHP (fopen, fclose, etc). Then, format the read data and insert into your database according your objective. See you, Junior Grossi Web Developer @Brazil
