This PHP script shows an example of If-else statement.

" ; if($a > $b) echo "
a is greater than b!"; else echo "
a is less than b!"; ?>