$c = true;if ($c= 'false'){ echo "false";}else{ echo "true";}
$c = true;if (!$c){ // if $c is false echo "false";}else{ echo "true";}
$c = true;if ($c === false){ // if $c is false echo "false";}else{ echo "true";}
Get Firefox Now
Jump To Top of Thread