Heya, Breana.
I don't see where you define 'ratevalue' anywhere in your code. It seems that it will always be unset, so the code inside the conditional will never execute.
Did you mean to use $_GET['ratevalue'] or $_POST['ratevalue']?
I don't see where you define 'ratevalue' anywhere in your code. It seems that it will always be unset, so the code inside the conditional will never execute.
Did you mean to use $_GET['ratevalue'] or $_POST['ratevalue']?
Comment