Form Results

POST Array:"; print_r($_POST); } if ($_GET) { echo "

GET Array:

"; print_r($_GET); } ?>