You need to set the variable on the next page, it's not automatically set for you.
Page1:
Page2:
Page1:
Code:
<input type="text" name="qty" />
Code:
$qty = $_POST['qty'];
Comment