[code]
| Quantity in Grams | Price Generator: | Total: |
|---|---|---|
| 1 3 6 9 12 15 18 21 24 27 30 | <?php $qty = $_REQUEST['quantity']; echo "$qty"; ?> |
[code]
| Quantity in Grams | Price Generator: | Total: |
|---|---|---|
| 1 3 6 9 12 15 18 21 24 27 30 | <?php $qty = $_REQUEST['quantity']; echo "$qty"; ?> |
[php]
| Quantity in Grams | Price Generator: | Total: |
|---|---|---|
| 1 3 6 9 12 15 18 21 24 27 30 | <?php $qty = $_REQUEST['quantity']; echo $qty; ?> |
You need to include the submit button inside tag, not outside it.