Php if loop

From thelinuxwiki
Jump to: navigation, search

<?php if ($a > $b)

 echo "a is bigger than b";

?>