Dear Readers I would like to check for more things.. the script I now use :
if($kop1goed > $minimumgoed) {
if($kop2goed > $minimumgoed) {
if($kop3goed > $minimumgoed) {
print "OK";
}
}
}
ELSE {
print "🙁";
}
but the else only works if the first 'if' not matched..
How to fix this :S
Gr.
Kasper