PDA

View Full Version : entering the same information, differently at one time


Trusten
09-21-2002, 03:40 AM
I need to transfer user names and password from one table to the next. problem is, in one table, they are titled something different, blah blah blah, point is, i need to shift it from one area to antoher and i have over a 150 members to worry about.

now, i did this

i made a script that would show me the email address and passwords (those are always unique), then, i wanted to 'submit' them, by way of form and have the form enter them into the database.

problem being, the form only enters one entry and nothing more. what can i do to make the form enter multiple entries at one time?

craigh@mac.com
09-21-2002, 06:12 PM
Is this a one time thing or something you'll have to do often? If it is just a one time thing, it seems like it owuld be a lot easier to do in SQL than in PHP. what DB are you using?