I have a list of checkboxes on the 1st half of the form and a list of radio buttons on the second half and when I say:
"insert into prices(price_amount, no_pass, duration) values('$HTTP_POST_VARS[total]', '$HTTP_POST_VARS[nopass]', '$HTTP_POST_VARS[duration]')";
(nopass being the name of the checkboxes
&
duration being the radio buttons)
...this will not enter anything into the database, but when I take one of these out, (say $HTTP_POST_VARS[nopass]), it enters the value that was checked in the check box when it should be entering the value that was clicked in the duration radio button???
Very confusing?
Oh and MIKEA....do I insert that if statement into my javascript or into a seperate php linked file?
Cheers guys, your help is really appriciated!
irishmaggie!*