Selamlar,
</head> öncesine ;
<script src="https://cdn.ckeditor.com/4.22.1/full/ckeditor.js"></script>
Kodunu ekleyin.
Daha sonra editör kullanacağınız yere ;
<textarea name="sizindbsütunu" id="editor1" cols="30" rows="10"></textarea>
ve footer ya da alt php grubunun içerisine de;
<script>
CKEDITOR.replace( 'editor1' );
</script>Ekleyin yeterli.