MODIFICA INIZIO CORSI
 
'; ?>
'; $appo = 'corsi'; $query = mysql_db_query($db_database,"select * from appoggiodati where appoggiodati.descrizione='".$appo."'",$connessione); $oFCKeditor = new FCKeditor('contenuto') ; $oFCKeditor->BasePath = '../fckeditor/' ; $oFCKeditor->Height = 500 ; $oFCKeditor->Value = mysql_result($query,0,"contenuto"); $oFCKeditor->Create() ; print '