Dear Readers,
If doesn't work.. I had this problem before. I posted a message and I got a sollution
---1st I tried this---
if($totaal = 0.7) {
print ("<IMG SRC=tweederdegroenballetje.gif>");
$balletje = $balletje - 1;
}
---2nd I tried this---
if($totaal == 0.7) {
print ("<IMG SRC=tweederdegroenballetje.gif>");
$balletje = $balletje - 1;
}
I tried to put the 0.7 between Quotes (' ') & Double Quotes (" ") but nothing seems to work!
In the first-case it always matches. and in the 2nd case it never matches!
Can anybody help me!?!?
Greetings,
Kasper Schoonman (16yr)