I'm pretty new to PHP, and I'm wanting to make a script that, upon first visit during the session, presents the user with a dropdown list with the numbers 1-10. Once the user chooses a number, it creates that number amount of text input boxes in a form. Once the user fills out all the forms, it creates a series of buttons, each one with text from one of the boxes.
Basically, the user will choose the number 3, so the script creates 3 input boxes for 3 different names, Once they're all filled out and submitted, it creates 1 button each for each name.