<?php$x = false;$y = 3;if($x & $y ){ echo 'true';}else{ echo 'False';}//Look at the result againecho $y;?>
Distinguish the difference between & and &&
Distinguish the difference between & and &&