You need to have
magic quotes
set to Off in your php.ini file.
Example:
magic_quotes_gpc = Off
Close