Help for this page

Select Code to Download


  1. or download this
    if ($val > $max)
       {
       $max = $val;
       }
    
  2. or download this
    $max = $val if $val > $max;