PHP Coding - age loop while()?

Me

New member
How would I code something to do the following:

Take someone's age from a text field, print it (using a loop) and countdown their age.

Ex: if they input 12 it goes 12 11 10 9 8 7.. etc.
 
Back
Top