How can i create many logins with one submition of form. ???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
djdon11
Forum Commoner
Posts: 90
Joined: Wed Jun 20, 2007 5:03 pm

How can i create many logins with one submition of form. ???

Post by djdon11 »

Hi Friends ..

once again i needs your help ..

well i have a registration form which makes a user for my site .. now i have to give user a option of many login password with the same username .. for this i have a drop down(select) box on my form in which i have numbers from 1 to 12 that means user can select a number and when he submits the form there should be randomly genrated no. of passwords he selected (the no.) suppose if he selects 5 in drop down than there should b randomly genrated 5 passwords for his username that means he will than have 5 logins with same username but the passwords will different for each login.....

how can i do this in the database ... can i insert more than 1 records for a one submit means on one click can i insert more than 1 records in the database ... ??

if anybody have any idea or may want some more details than please do reply...

thanks
Post Reply