شكرا جزيلا لك اخي العزيز , وكذلك على ردك السريع 
في هذا الوقت بحثت عن محرر وبالصدفه قمت بتجربت واحد والنتيجه ايجابيه جدا
المحرر قمت بتحميله من الموقع Solmetra Developer Blog
هو خفيف ولطيف وفيه امكانية رفع الصور وتركيبه سهل جدا
للفائده لمن يحتاج المحرر :
حمله من هنا : https://sourceforge.net/project/show...ease_id=563011
ادخل الى المجلد config وغير اسم الملف اللذي بداخله من config.default.php الى config.php
افتح الملف اللذي ذكرناه سابقا وهو config.php (لمن يريد تفعيل خاصية رفع الصور)
من السطر 220 الى السطر 231 غير false الى true وقم بادخال القييم المناسبه لك مثلا :
كود PHP:
array(
'allowed_filetypes' => array('any'), // allowed filetypes groups/extensions
'allow_modify' => true, // allow edit filenames/delete files in directory
'allow_upload' => true, // allow uploading new files in directory
// 'chmod_to' => 0777, // change the permissions of an uploaded file if allowed
// (see PHP chmod() function description for details), or comment out to leave default
'max_upload_filesize' => 150000, // max upload file size allowed in bytes, or 0 to ignore
'max_img_width' => 800, // max uploaded image width allowed, or 0 to ignore
'max_img_height' => 600, // max uploaded image height allowed, or 0 to ignore
'recursive' => true, // allow using subdirectories
'allow_modify_subdirectories' => true, // allow renaming/deleting subdirectories
'allow_create_subdirectories' => true, // allow creating subdirectories
'forbid_extensions' => array('php'), // disallow uploading files with specified extensions
'forbid_extensions_strict' => true, // disallow specified extensions in the middle of the filename
),
انقل المجلد spaw2 كله الى موقعك
بالصفحة التي تود ادراج المحرر فيها قم بوضع الكود :
include("spaw2/spaw.inc.php");
في بداية الصفحة
ثم الكود :
$spaw1 = new SpawEditor("hometext");
$spaw1->show();
غيير hometext حسب احتياجك
شكرا