† $ mkdir fckeditor $ cd fckeditor $ tar zxvf ../FCKeditor_2.0rc3.tar.gz † $fckObject = new FCKeditor( "edit_name") ; $fckObject->BasePath = "/path/to/fckeditor/; $fckObject->Create(); <html> <head></head> <body> <?php echo $_REQUEST[ "edit_name"]; ?> </body></html>