Help for this page
Select Code to Download
Select
or
download this
if ($val > $max) { $max = $val; }
Select
or
download this
$max = $val if $val > $max;