Some people have the database data in a a coma separated value format and would like to import that into their database.
You can use this script http://www.legend.ws/blog/tips-tricks/csv-php-mysql-import/
If your data is still in excel format, save it as csv.
Read more about it in the link.
Or you can do it simply with a single command from the prompt http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/
PS: these are useful if you do not have phpmyadmin.
Good luck.
You can use this script http://www.legend.ws/blog/tips-tricks/csv-php-mysql-import/
If your data is still in excel format, save it as csv.
Read more about it in the link.
Or you can do it simply with a single command from the prompt http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/
PS: these are useful if you do not have phpmyadmin.
Good luck.








