/ Published in: PHP
Expand |
Embed | Plain Text
include("FCKeditor/fckeditor.php"); $oFCKeditor = new FCKeditor('description'); $oFCKeditor->BasePath = 'FCKeditor/'; $oFCKeditor->Value = $descripion; $oFCKeditor->Height = 400; $oFCKeditor->Create();
You need to login to post a comment.
