I am looking for the following code I need an web page with 2 fields: The first is a basic input box named "username" The second field will be a text area called "people" where users will paste text data into. It will be a number of names separated by commas. This could potentially have 1,000 names. Then a submit button Either to a second page or the first page can process the data. Either is fine with me. The code should take the names from "people" and insert them into a database table along with the "username" and the date the names were added. So if the username entered was "Fred" and "people" contained "John, Sally, Sue, Billy, Bob" then the database table should look like: Field 1 Field 2 Field 3 Fred John 09-08-2011 Fred Sally 09-08-2011 Fred Sue 09-08-2011 Fred Billy 09-08-2011 Fred Bob 09-08-2011 After it's done the page should confirm the names were added to the database. If this makes sense I'd like to pay someone $10 to provide working code.
Ok I've gotten 5 replies already and have 1 person working on it now. Thanks for the fast responses. I may have some other small projects coming up in the future.