Help for this page
Select Code to Download
Select
or
download this
$x ? $y = 1 : $z = 1;
Select
or
download this
if ($x) { $y = 1; } else { $z = 1; }