Hi,
I want to only have a preview screen on a page, with a given content. Is this possible using php?
Like:
$oFCKeditor = new FCKeditor('editor') ;
$oFCKeditor->Value = stripslashes($item['content']);
$editor = $oFCKeditor->CreateHtml();
This shows the editor if I output $editor, but i want to output the preview only.
Thx for ur help
I want to only have a preview screen on a page, with a given content. Is this possible using php?
Like:
$oFCKeditor = new FCKeditor('editor') ;
$oFCKeditor->Value = stripslashes($item['content']);
$editor = $oFCKeditor->CreateHtml();
This shows the editor if I output $editor, but i want to output the preview only.
Thx for ur help
