/home/mjc1/public_html/html/millennium/payres.php
1 2 3 4 5
<?
echo
"<pre>"
;
print_r
(
$_POST
);
echo
"</pre>"
;
?>