// Write a Program for finding the biggest number in an array without using any array functions. $max) { $max=$numbers[$i]; } } echo "The biggest number is ".$max; ?>