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
no need to require the ckeditor.php, because CKEditor will not processed by PHP...
you need just following the _samples directory and see what they do.
just need to include ckeditor.js by html tag, and do some configuration in javascript.