Hallo,
in my script is this code
The result is errormessage 404 - file not found.
What is wrong?
Thanks for help
in my script is this code
<?php
if (file_exists("fckeditor/fckeditor.php")) {
include("fckeditor/fckeditor.php");
$oFCKeditor->BasePath = "fckeditor/" ;
$oFCKeditor = new FCKeditor('Vita') ;
$oFCKeditor->Value = $vita ;
$oFCKeditor->Width = '473' ;
$oFCKeditor->Height = '500' ;
$oFCKeditor->Create() ;
}
?>
The result is errormessage 404 - file not found.
What is wrong?
Thanks for help

Re: File not found
This file causes the error 404. But when I write the link into the browser, the editor is viewed correct.
Re: File not found
Das wars.