Forum Moderators: coopster
I use fwrite and it keep adding the backslashes on the character ", '.
Trung
php_flag magic_quotes_gpc off
in your .htaccess file. You can also use ini_set() [php.net] to switch off magic quotes for the life time of your script.
For further information about magic quotes read the manual [php.net]