The forum operates in read-only mode. Please head to StackOverflow for support.
include_once("fckeditor/fckeditor.php"); $oFCKeditor = new FCKeditor("FCKeditor"); $oFCKeditor->BasePath = './fckeditor/'; $oFCKeditor->Value = $filecontent; $oFCKeditor->Width = '98%'; $oFCKeditor->Height = '600'; $oFCKeditor->SkinPath = './fckeditor/editor/skins/default/' ; $oFCKeditor->HtmlEncodeOutput = 'false'; $oFCKeditor->ProcessHTMLEntities = 'false'; $oFCKeditor->Create();
stripslashes($_POST["FCKeditor"]);
<html dir="ltr"> <head> <title></title> </head> <body> <p> </p> </body></html>
Re: \"&quot - Problem with pasted html code
Re: \"&quot - Problem with pasted html code
editor call (a lot of notn needed stuff?):
Another problem persists, I think it isn't normal, that I have to
before saving posted results?
B.t.w. how can I prevent that inserted text is surroundet by:
...if it doesn't already contain a html-header?
Re: \"&quot - Problem with pasted html code
http://ca3.php.net/manual/en/security.magicquotes.php
http://docs.fckeditor.net/FCKeditor_2.x ... s/FullPage