Page 1 of 1

how to upload bulk data on My SQL

Posted: Fri Oct 16, 2009 4:32 am
by manojsemwal1
hai....

i want to upload bulk data in MySql Table the data would be in MSAcess or May be Excel...

how can i do it in php

Re: how to upload bulk data on My SQL

Posted: Fri Oct 16, 2009 4:47 am
by litarena
You could try searching for tools that convert Access to mysql. There are tools freely available. Or you could extract the data into a comma separated list and iterate through it uploading the queries.

Re: how to upload bulk data on My SQL

Posted: Fri Oct 16, 2009 5:08 am
by manojsemwal1
Thanks for your reply
ok fine that but i want to know that how can upload the data in php.
do u have any script or any reference........