SyntaxFix
Write A Post
Hire A Developer
Questions
Not only double quotes, you will be in need for single quote ('), double quote ("), backslash (\) and NUL (the NULL byte).
'
"
\
Use fputcsv() to write, and fgetcsv() to read, which will take care of all.
fputcsv()
fgetcsv()