In a nutshell on \"page1.php\" I have a calculator that consists of an HTML form, and then the PHP code totals the input and displays the total price. Below the price, it al
You can try using $_REQUEST instead of $_GET or $_POST - it works for both. Also, if you put in the form on page 2 with your variables posted from page 1 they should get passed right along.