Navigation: Control structures >
if
Met if kun je controleren of iets waar of onwaar is.
<?php if ($a > $b) echo "a is groter dan b"; ?>