Im using FCKeditor to edit some html stored in a recordset. If I use the code below
$oFCKeditor->Value = $row_rspages_pag['detail_pag'] ;
it works unless there is an image/link then it breaks down. I know this is because there are quotes which break down the string, looking around it the documentation it mentions stripslashes() put this dosent seem to fix it - I know its got to be one of these php functions - please help!
$oFCKeditor->Value = $row_rspages_pag['detail_pag'] ;
it works unless there is an image/link then it breaks down. I know this is because there are quotes which break down the string, looking around it the documentation it mentions stripslashes() put this dosent seem to fix it - I know its got to be one of these php functions - please help!
RE: Help to edit html string (PHP)
ive answered myself here..
https://sourceforge.net/forum/message.p ... id=3352969