0

Possible Duplicate:
Import CSV file directly into MySQL

I am totally new in php as i need to send some data from csv to database.

Community
  • 1
  • 1
Saurabh
  • 1
  • 2

1 Answers1

0

Look at the example code on the fgetcsv() documentation. Basically inside that loop, instead of echoing out the data, you could insert it in a mysql table.

Seldaek
  • 40,986
  • 9
  • 97
  • 77