Printable View
What's wrong with this statement?: PHP Code: if (!(($a + $b) => $c)) { :confused:
if (!(($a + $b) => $c)) {
doh! PHP Code: if (!(($a + $b) [b]>=[/b] $c)) { Got it, nevermind.
if (!(($a + $b) [b]>=[/b] $c)) {