Hi
quite a simple question i hope, i want to include a couple of checkboxes in my form and if they are checked i'd like to set the appropriate db cell as true...
should i be looking at something like?
if(chkbox_name == 'checked')
{
$cdplayer = true;
}
...INSERT INTO cars VALUES ('$cdplayer')
thankslworks