Michiel
10-18-2004, 11:52 PM
Hi,
I just can't seem to figure out how to check whether a perticular value equals '0' as in zero. This is the code that I have now, but this off course always returns false.
if($operator == "=" && $origial == $value) $parse = true;
Any ideas on how to do this?
Thanx, Michiel
I just can't seem to figure out how to check whether a perticular value equals '0' as in zero. This is the code that I have now, but this off course always returns false.
if($operator == "=" && $origial == $value) $parse = true;
Any ideas on how to do this?
Thanx, Michiel