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
http://php.net/stripslashes
HTTP://php.net/stripslashes