Calculate the value of several numbers in a sequence. What I am looking for is for a person to be able to input a sequence of numbers in one text box, and then to calculate the sum, the average number and the highest/lowest numbers.
This is easy enough, assuming that the format of the sequence of numbers is well defined. For example, 1234567890 could be considered one number, but you consider it ten.
Is there a way of displaying the result without refreshing the page? Ie, as you enter the numbers, the results would be displayed below.
Yes, use clientside scripting such as Javascript, not PHP.
Is this homework, pray tell?