mobstermind61
Member
- Messages
- 47
- Reaction score
- 6
- Points
- 8
Okay I have a a Database for a Forum and I have a Database for a Music Community, but I want to merge the two Databases Login and Registers together so if someone creates an account for my forum it will create an account for the Music Community site as well, A lot of my members don't want to take the time to sign in or register 2 times just to use all the features to my site.
Now The problem is I know this can be done but I am not exactly sure how to do it so I don't have to go through all my php files and change the table calls, cause in turn that would take me forever. The thing is the users table in the Databases in both different and have different structure and names, example the Music Community Database has a table called (id) meaning the users registration id, but for the forum it has (uid) meaning the same thing but just names different.
Is it possible to send out 2 messages out to the 2 databases all in one login or registration form, so I wouldn't have to configure the Databases. I am so lost with this. Please help!
Now The problem is I know this can be done but I am not exactly sure how to do it so I don't have to go through all my php files and change the table calls, cause in turn that would take me forever. The thing is the users table in the Databases in both different and have different structure and names, example the Music Community Database has a table called (id) meaning the users registration id, but for the forum it has (uid) meaning the same thing but just names different.
Is it possible to send out 2 messages out to the 2 databases all in one login or registration form, so I wouldn't have to configure the Databases. I am so lost with this. Please help!