Please answer this simple SPAM challenge: min(five, five)? (Example: nine)
If the file you are reading is in CSV format do not use file(), use fgetcsv(). file() will split the file by each newline that it finds, even newlines that appear within a field (i.e. within quotations).
<< Back to user notes page