Ho provato a fare così
ma le variabili non passano.codice:<form action="update_corsi_fck.php" method="post"> <? $oFCKeditor = new FCKeditor('text'); $oFCKeditor->BasePath = '/FCKeditor/'; $oFCKeditor->Value = $text; $oFCKeditor->Create(); echo "<input type=\"hidden\" tabellatesti=\"$tabellatesti\" riga=\"$riga\" url=\"$url\"> <input type=\"submit\" value=\"Invia\">"; ?> </form>