Link to home
Start Free TrialLog in
Avatar of peterjanosi
peterjanosiFlag for Hungary

asked on

Import data into mysql database from Excel with php

Dear Experts,

I've got a big list which is waiting for import into mysql. :) It has more than 100 columns and above 7500 rows. These datas are in an excel file.
I'd like to import the content of file into mysql, but I don't know what's the best method. Is it possible to create a script what takes the first line of spreadshit and creates the table based on the values of this line.
Then it imports the rest as values into table?

Thank you Experts!
Avatar of harryhelp
harryhelp
Flag of United Kingdom of Great Britain and Northern Ireland image

In the past, I have imported content on Excel using Phpmyadmin. Your host should provide it, or you can download it from - http://www.phpmyadmin.net
ASKER CERTIFIED SOLUTION
Avatar of DonkeyOte
DonkeyOte

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial