select_one ( "select general from static where num=1" ); ?> BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. $sBasePath = $_SERVER ['PHP_SELF']; $sBasePath = substr ( $sBasePath, 0, strpos ( $sBasePath, "_samples" ) ); $oFCKeditor = new FCKeditor ( 'FCKeditor1' ); $oFCKeditor->BasePath = $sBasePath; $oFCKeditor->Value = $about; $oFCKeditor->Create (); ?>
update_sql ( "update static set general='" . $_POST ["FCKeditor1"] . "' where num=1" ); //$db->print_last_query(); ?>

Your Data has been updated

"; print "window.location='main.php?g=content'"; print ""; } ?>