Just getting started with php and mysql. I'm writing a script that reads from a sequential CSV file and INSERTS rows into a table. The script runs without errors, but when I go to phpMyAdmin, there's no data in the table.
Also tried importing the file directly from phpMyAdmin, but it only imports the last record.
Any ideas would be a great help.
Thanks!
Also tried importing the file directly from phpMyAdmin, but it only imports the last record.
Any ideas would be a great help.
Thanks!
Comment