My thoughts about vb.Net, asp.net, Php, Javascript and more.
<?php
if($a > $b): echo $a." is greater than ".$b; elseif($a == $b): echo $a." equals ".$b; else: echo $a." is neither greater than or equal to ".$b; endif;
?>
Post a Comment
No comments:
Post a Comment