-
- Joachim

-
Total Posts: 133
Joined: 2008-01-23
Netherlands
|
I have a “spontaneous” problem. When I save data from the backend there are apear extra backslashes at the saved data, it is with single quote, double quote and backslash.The data with the extra backslashes is saved at the database. So for now the solution is to change it manually at the database.
It seems like a magic_quotes problem so I checked the following:
PHP info gives:
Global Local
magic_quotes_gpc Off Off
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
-> oke
I tried a user-input print with GET/POST, works fine ->oke
The function get_magic_quotes_runtime returns 0 , so magic quotes runtime is off. -> oke
So what can be the problem? A addslahes? A library? Any ideas?
There is also a bug report with something similar.
|