Category Archives: PHP

php fgetcsv fails to detect line endings in macintosh csv files

I was recently working on a php script to import csv file data into a MySQL table. I was getting odd results in my table, and it appeared to me that the script was not respecting the line endings in … Continue reading

Posted in PHP | Leave a comment