Thanks for your reply. In my php.ini file I find this setting:
magic_quotes_gpc = Off
I believe this is correct and shouldn't mess up things.
h# find / -name php.ini
/etc/php5/cli/php.ini
/etc/php5/fastcgi/php.ini
# cat /etc/php5/fastcgi/php.ini | grep magic
; - magic_quotes_gpc = Off [Performance]
magic_quotes_gpc = Off
magic_quotes_runtime = Off
; Use Sybase-style magic quotes (escape ' with '' instead of \').
magic_quotes_sybase = Off
I use OpenSuse and I've no apache installed (should not make any difference ).
How can I asure it's PHP's messing up things? When I had apache installed, i had no problems at all...
I'm 100% sure that the slashes are not added by a PHP Function in the script.