Which of the given statement is True if "$a" is not equal to "$b" in php? code example Example: php if less than number <?php if ($a > $b) echo "a is bigger than b"; ?>