PHP/mysql form to create multiple users at once?

  • Thread starter Thread starter Evan
  • Start date Start date
E

Evan

Guest
I have a user log in system on my site and I want to be able to create 100, 200, or 300 users at once and insert them into the database via a php form. For example, the form would contain a base user name and a base password text field with a separate drop down list of 100, 200 or 300 users to create. Lets say the base user name is User. I want the form to create and generate the user names User1...User2....User3...etc through User300. On submit the users are inserted into the database...any ideas?
 
Back
Top