Determine Negative
Posted: Wed Feb 15, 2006 5:48 pm
Is there a PHP function to determine if a number is negative?
For example:
For example:
Code: Select all
if(function($variable, "-") == true) {
do this
} else {
}