Search found 1 match

by biplob
Fri Jul 10, 2009 1:00 am
Forum: PHP - Code
Topic: Import csv file in mysql database
Replies: 4
Views: 285

Import csv file in mysql database

Hi, I want to write a code in which .csv file can be import and it could be save in MySQL database.I have already created a database called import having table with id,name,size,type content.There shold be page in which we can browse .csv file and be uploaded.After that it could save in sql databse....