Hi
How do you check is an integer is a minus number or not!?
if i have the value -190 for example, how would i write an if statement to see if it was a minus value or not?!?
Thanks for any help/time
Jon
if ($value < 0) { // negative value }