Total complete beginner with forms?
I have been given an assignment for a class I am taking on PHP, and we have used it some but it seems like a jump forward into much more difficult things than we have been doing so far.
I have to make a change calculator for change less than a dollar. So, say you put in 97 cents it should print out: "Your change will be 3 quarters, 2 dimes, 0 nickels, and 2 pennies."
I think I can figure out the actual "code" to figure the output but I am not sure how to setup the form. We have been told to use the POST method. Thanks in advance for any help.
|