| Double quotes in fwrite Is there any way that I can get frwite to write double quotes (") without screwing up?
Whenever it encounters a double quote as part of a string it just stops writing (like you'd expect it to), but I can't figure out a way to get it to write a double quote properly. I've tried addslashes, but it had no effect. |