Function fgetcsv won't parse file without blank line at end of file
- by Patrick
I'm working on a script to run through a CSV file (see previous post).
I ran into a weird thing, where if my actual CSV file itself has a blank line at the end of it, it will open and parse just fine, but if it doesn't, if the end of the file ends at the end of the last line, it just shows up blank.