Hi! I'm try to use FCKeditor free text editor for my website but when I run the following code
<?php include_once("fckeditor/fckeditor.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Dynamic Website Test</title> </head> <body> <a href="index.php" target="_self" >Home</a> <a href="post.php" target="_self" >Post New Article</a> <a href="register.php" target="_self" >Create New Account</a> </body> </html>
I always get this error
Warning: include_once(fckeditor_php5.php) [function.include-once]: failed to open stream: No such file or directory in /www/vndv.com/b/o/o/booo/htdocs/fckeditor/fckeditor.php on line 31
Warning: include_once() [function.include]: Failed opening 'fckeditor_php5.php' for inclusion (include_path='.:/usr/share/php') in /www/vndv.com/b/o/o/booo/htdocs/fckeditor/fckeditor.php on line 31
Can anyone please help me?