2005-11-23 PHP POST のデバッグ reset ($_POST); while (list($key,$val) = each($_POST)) { echo "$key => $val\n"; }