Scusami, come faccio a mettere il testo nell'editor?metti il testo nell'editor
Il codice che mi ritrovo è questo
Dovrei eliminare la SESSION e recuperare l'id? Come?codice:include("fckeditor.php") ; $oFCKeditor->Value = $_SESSION['testo']; $oFCKeditor = new FCKeditor('testo') ; $oFCKeditor->BasePath = '/FCKeditor/'; $oFCKeditor->Value = 'Inserisci la tua notiza'; $oFCKeditor->Create() ;
![]()