hello, im bad speak english but im need help -)
im using fckeditor last versions on html page and send result to php script. All symbols " in html result im see as \". Im using php code
but it is not right, ok?
maybe in file "fckconfig.js" im may check parameter?
thanks, you russian coder )))
im using fckeditor last versions on html page and send result to php script. All symbols " in html result im see as \". Im using php code
$bodytext=$_POST['bodytext']; $bodytext=str_replace('\"','"',$bodytext);
but it is not right, ok?
maybe in file "fckconfig.js" im may check parameter?
thanks, you russian coder )))
Re: fckeditor in html page and result code
Re: fckeditor in html page and result code
мои руский хуже чем твой англиский

твая проблема дла меня выглидит кабута у тебя на серверы фклучина функтия gpc_magic_quotes
штобы етат ефект ревидирыват ты можеш упатриблат функтыю stripslashes (http://php.net/stripslashes)
Hi,
my (written) russian is worse then your english
your problem looks to me like your server has the gpc_magic_quotes option activated.
to reverse its effect you can use the function stripslashes (HTTP://php.net/stripslashes)