0

How can I use fgetcsv() to load or import each row of a csv into different tables in mysql php or is there a better way than using fgetcsv() ? Thanks

ajreal
  • 45,869
  • 10
  • 83
  • 118

1 Answers1

0

One of the many duplicates for fgetcsv : Writing a PHP file to read from CSV and execute SQL Query

Community
  • 1
  • 1
wajiw
  • 12,055
  • 17
  • 52
  • 73