B-VVorm
Новичок
php и FCKeditor
Хочу подключить FCKeditor прописываю следующий код!!!
В ответ получаю следующую гадость:
"The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
--------------------------------------------------------------------------------
Please try the following:
If you typed the page address in the Address bar, make
test"
Подскажите что не так??
Хочу подключить FCKeditor прописываю следующий код!!!
PHP:
require_once("FCKeditor/fckeditor.php");
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = '/FCKeditor/';
$oFCKeditor->Value = 'Default text in editor';
$oFCKeditor->Create() ;
echo "test";
"The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
--------------------------------------------------------------------------------
Please try the following:
If you typed the page address in the Address bar, make
test"
Подскажите что не так??