Hi Fou-Lu ...
I wish I could say that I understood everything that you have said.
As a matter of fact, I wish I understood any of it.
However, sorting through the 'maze' I checked my php.ini file (I run my own server).
Here is parts pertaining to magic_quotes :
PHP Code:
;###############################
magic_quotes_gpc
Default Value: On
Development Value: Off
Production Value: Off
;###############################
;##################################
magic_quotes_gpc = On
;###################################
;#####################################
magic_quotes_runtime = Off
;#####################################
;###################################
magic_quotes_sybase = Off
;#####################################
Would you suggest that this configuration is correct ???
It does seem to solve the problem, but I am asking because it cause some other problem that I haven't recognised - YET.
Thanks for your help and advise..