The "if" statement is not working here. Does anybody know why?

$total= 332.06;
$production = 45.11 + 134.38 + 85.35 + 67.22;

print("Total = $total<br>");
print("Production = $production<br>");

if($total != $production) {
    print("Totals do not Match!");
}
else {
    print("Totals are in Balance");
}



---------------------------------
Do You Yahoo!?
Sign-up for Video Highlights of 2002 FIFA World Cup

Reply via email to