//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 <<
アガレスト戦記2 アンケートフォーム
HTML;
}
function echo_html_fast_step(){
global $this_pg,$arr_anq1;
echo <<
HTML;
}
function echo_html_end(){
global $this_pg;
echo <<
HTML;
}
?>