mikeoffy69 Posted March 18, 2010 Share Posted March 18, 2010 Hello everyone. I have two programs in which people need to login to with different user accounts. It would be awesome if I could merge them both into one. This way I can give them one username and when they login it logs them into both accounts. Problem is I have never done anything like this but I am willing to try. If someone might have a site that explains how to do this or if anyone is willing to explain that would be great. Cheers Mike Quote Link to comment https://forums.phpfreaks.com/topic/195690-merging-two-logins-to-one/ Share on other sites More sharing options...
scvinodkumar Posted March 18, 2010 Share Posted March 18, 2010 whether two users account are stored in different tables or in single table itself. we need clear information to help u on this.. Quote Link to comment https://forums.phpfreaks.com/topic/195690-merging-two-logins-to-one/#findComment-1028131 Share on other sites More sharing options...
mikeoffy69 Posted March 18, 2010 Author Share Posted March 18, 2010 Sorry for that. Both are stored in different tables. Both are on the same server. Quote Link to comment https://forums.phpfreaks.com/topic/195690-merging-two-logins-to-one/#findComment-1028137 Share on other sites More sharing options...
mikeoffy69 Posted March 19, 2010 Author Share Posted March 19, 2010 Anyone able to lend a helpful hand? Quote Link to comment https://forums.phpfreaks.com/topic/195690-merging-two-logins-to-one/#findComment-1028523 Share on other sites More sharing options...
PFMaBiSmAd Posted March 19, 2010 Share Posted March 19, 2010 if anyone is willing to explain You must examine the code and the table structure for both scripts until you fully understand what each is doing, then write the necessary code to mimic/bridge the functionality being performed by one of the scripts so that it works with the table of the other script. This is not just a simple matter of changing one line of code and the exact coding necessary is unique for each different application and even each different version of each application. Your posts in this thread have not even mentioned which two different applications you are dealing with, so no one can even begin to offer any specific help. Quote Link to comment https://forums.phpfreaks.com/topic/195690-merging-two-logins-to-one/#findComment-1028525 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.