Help for this page
Select Code to Download
Select
or
download this
$bar = 2; if($foo = $bar) { # do something }
Select
or
download this
if(2){ # do something }