if you execute do this:
<?
echo "<pre>";
print_r($GLOBALS);
echo "</pre>";
?>
on the page recieving all the data, it will show you ALL the variables that exist along with their names. You should be able to experiment using this and then you will know how to use the variables from the form.