if (isset ( $_POST ["submit"] )) {
$x = str_replace ( "'", "!", $_POST ["FCKeditor1"] );
$res = $db->update_sql ( "update static set " . $_REQUEST ['page'] . "='" . $x . "' where id=1" );
// $db->print_last_query();
?>
$ref = $_SERVER ['HTTP_REFERER'];
print "";
}
?>