'; $htmtxt = implode('', file('primapg.htm')); $oFCKeditor = new FCKeditor('FCKeditor1'); $oFCKeditor->BasePath = '/fckeditor/'; $oFCKeditor->Value = $htmtxt; $oFCKeditor->Create(); echo '
'; echo ''; echo ''; break; default : include ("primapg.htm"); echo '
'; break; } ?>