Discussion
:
parse unchecked checkboxes to php
Afficher un message
07/09/2007, 12h42
#
2
thomasriise
Messages: n/a
Hébergeur:
Re: parse unchecked checkboxes to php
Of course the if is like this:
if ($fruitid == "notcheched") {
echo 'This fruit was <b>NOT</b> checked: '.$fruitid.'<br />';
} else {
echo 'This fruit WAS checked: '.$fruitid.'<br />';
}
thomasriise
Page generated in
0,04252
seconds with
9
queries