Hey,
I have two very big databases, with two big scripts (forum and shop), and I'm trying to get them to use only one username/password,
So what I'm going to do is move all the tables from one db to the other, and merge the two user tables together.
However, in one table, the fields for username and password are "user" and "pass"
In the other thable, the fields are "username" and "password"
So i can either go through the code of one of the scripts and find every single instance of the word "user" and change it to "username", or there is another way to do it.
Is there?
Is there some way that in the field for "user" i can tell it to go look in the "username" field?
Or any other ways to accomplish this?
Thanks

-Jason G.