$_log = ''; function log_($s){ global $_log; $_log .= $s; } // リダイレクト。 function redirect($aUrl){ header("HTTP/1.1 303 See Other"); header("Location: ". $aUrl); } ?>