Slu

petit probleme avec ..voici mon code :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
 
	require_once("./FCKEDITOR/fckeditor.php");
 
 
	$oFCKeditor = new FCKeditor("editor");
	$oFCKeditor->BasePath = '/FCKEDITOR/';
	$oFCKeditor->Value = 'Default text in editor';
	$oFCKeditor->Config['CustomConfigurationsPath'] = '/myfckconfig.js' ;
	//print_r($oFCKeditor);
 
	$oFCKeditor->Create();
en faisant cela ca ne marche pas ... rien ne s affiche ... mais si j enleve Config cela marche ...

est ce que qqn px m aider ?