Help,
I;m trying to pass a variable from a radion button how
can I do this. This is the code i am using but i cant get
the $_POST['agree'] to work, whats wrong
Can anyone help
I agree<input type="radio" name="terms" id= "agree" value="<?php if(isset($_POST['agree']));?>"/>
Tks
Gaz
I;m trying to pass a variable from a radion button how
can I do this. This is the code i am using but i cant get
the $_POST['agree'] to work, whats wrong
Can anyone help
I agree<input type="radio" name="terms" id= "agree" value="<?php if(isset($_POST['agree']));?>"/>
Tks
Gaz