Tema: FCKeditor
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/03/2007, 08:08
bellacord
 
Fecha de Ingreso: junio-2003
Ubicación: Frente al monitor
Mensajes: 508
Antigüedad: 21 años, 9 meses
Puntos: 0
FCKeditor

Código PHP:
<?php 
include("fckeditor/fckeditor.php") ; 
?> 
<html> 
<head> 
<title>FCKeditor - Sample</title> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
</head> 
<body> 
<form action="savedata.php" method="post"> 
<?php 
$oFCKeditor 
= new FCKeditor('nombre_del_textarea') ;
$oFCKeditor->BasePath 'fckeditor/';
$oFCKeditor->Width*= '700' ;
$oFCKeditor->Height '500' ;
$oFCKeditor->Create() ;
?> 
<br /> 
<input type="submit" value="Submit"> 
</form> 
</body> 
</html>

esta explicacion me dice como insertar el fckeditor en un formulario, pero al momento de correrlo no me sale...

Me da estos errores en la linea 2
include() [function.include]: Failed opening.

El archivo esta ahi pero no se muestra...alguna explicacion de como instalarlo para php?
__________________
Tengo una duda...