1.
PHP Code:
if($award[aw] == "$award[awardsid]" and $award[userid] == "$user[userid]") {
$kol="yes";
} else {
$kol="no";
}
So kol is yes when the checkbox has a variable.
2.
Quote:
I'm listing the stuff from the all[] array, that has the ID's of the hacks and the state (installed or not) BEFORE the submit
|
So i thought before the submit
Its working perfect now, thank you for your help Firefly. Appreciated.