$max_numb= ???????? --->what should I use here? for($i=0; $i<=100; $i++) { $number_to_compare=..........; if($number_to_compare>$max_numb) { $max_numb=$number_to_compare; } } print $max_numb;