how to add or embed CKEditor in php page, I downloaded and extracted the zip file into root of the directory and also called on my page
Alternately, it could also be done as:
BasePath = 'ckeditor/'; $CKeditor->editor('editor1'); ?>
Note that the last line is having 'editor1' as name, it could be changed as per your requirement.