Ok, I have to write a program that (in different functions) allows you to enter 20 numbers into an array, print that array, arrange the numbers in that array in descending order, and then print the ...
I've got a bunch of $_POST values being brought over from a form. Many of these values are from checkboxes, with the form names all starting with 'field_'. These signify the columns in a chart that ...