I need help from a PHP expert. I have a HTML form on a webpage and basically what I am trying to do is this. Someone can come to the page and pick a number on a select drop down between 1 and 50, and then submit and I need PHP on the page to generate random 3 digit numbers in the quantity you chose on the select drop down. I.E. You come to the page, and you select 34 for your number. You click submit and the PHP code generates that many random 3 digit numbers in a text area or blank page so you can copy and paste them. How hard is this? Where would a PHP neophyte go to get some help on this? Any help is appreciated.