Ho provato a fare così
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>
ma le variabili non passano.