<?php require_once("common.php"); $_SESSION['user'] = "sworc"; $_SESSION["mail_from"] = "lightbox@winofsql.sakura.ne.jp"; require_once("mail_view.php"); ?>
<?php session_start(); header( "Content-Type: text/html; Charset=utf-8" ); header( "pragma: no-cache" ); header( "Expires: Wed, 31 May 2000 14:59:58 GMT" ); header( "Cache-control: no-cache" ); ?>
<?php print "<pre style='clear:left;font-size:20px;padding:20px;border:solid 2px #DE4600;'>"; print_r($_GET); print_r($_POST); print_r($_SESSION); print "</pre>"; ?>