how to add a php if and else condition code example Example: php if <?php if ($a > $b) echo "a is bigger than b"; ?>