Help for this page
Select Code to Download
Select
or
download this
$x = 99; ++$x;
Select
or
download this
$x = 99; ++$x; $x %= 100;
Select
or
download this
$x = 'zz'; ++$x; $x = substr($x, -2);