//error_reporting(E_ALL); if (!ini_get('display_errors')) { ini_set('display_errors', 1); } //------------------------------------------------------------------// // settings $this_pg = $_SERVER['PHP_SELF']; $this_host = $_SERVER["SERVER_NAME"]; echo_html_head(); echo_html_fast_step(); echo_html_end(); //------------------------------------------------------------------// // functions function echo_html_head( /* char */) { global $this_pg,$this_host,$g_title; echo <<