'; $htmtxt = implode('', file('primapg.htm')); $oFCKeditor = new FCKeditor('FCKeditor1'); $oFCKeditor->BasePath = '/fckeditor/'; $oFCKeditor->Value = $htmtxt; $oFCKeditor->Create(); echo '
'; echo ''; echo ''; break; case '3': $_SESSION['numero']=3; include ("contatti.php"); break; case '4': $_SESSION['numero']=4; include ("infoPostaCert.php"); break; case '5': $_SESSION['numero']=5; include ("infoPostaCert.php"); break; case '6': $_SESSION['numero']=6; include ("infoGaranzia.php"); break; default : include ("primapg.php"); echo '
'; break; } ?>