Difference between revisions of "Php if loop"
From thelinuxwiki
				
								
				
				
																
				
				
								
				 (Pushed from Themanclub.)  | 
			
Latest revision as of 16:07, 24 May 2013
<?php if ($a > $b)
echo "a is bigger than b";
?>