writing if statements instead of functions in php code example Example: php if <?php if ($a > $b) echo "a is bigger than b"; ?>