Hey All,
Im just having a bit of a problem with a form.
I have a checkbox with the following attributes
<input type="checkbox" name="drivers_licence" value="YES">
in the other form i have
$licence = $_POST["drivers_licence"];
Im just wondering why it would be giving me a error like the following
Undefined index: drivers_licence
Can anyone point out where im going wrong?
Cheers