שלום הורדתי את עורך הטקסט
fckeditor
רציתי לדעת איך להתקין אותו
ניסתי ככה
PHP קוד:
<legend>הוספת עמוד</legend>
<form method="post" action="add.php">
שם העמוד: <input type="text" name="name" /><br />
כתובת act (באנגלית): <input type="text" name="act" /><br />
תוכן העמוד:<br />
<?php
$oFCKeditor = new FCKeditor('text1') ;
$oFCKeditor->BasePath = "fckeditor/" ;
$oFCKeditor->Create() ;
?>
לא הצליח מראה שיגאיה מה הבעיה?