Bir sitede okudum.

php.ini'ye bu satırların eklenmesi gerekiyor.

magic_quotes_runtime=off
magic_quotes_gpc=off

Veya .htacess'e bu satırların eklenmesi gerekiyor.

php_flag magic_quotes_runtime off
php_flag quotes_gpc off
php_flag
php_flag magic_quotes_runtime off
php_flag quotes_gpc off