brmcdani Posted October 6, 2009 Share Posted October 6, 2009 Is there a way to automatically update a table in a database when another table is updated. I have a web site where each page has a different forum, but when a user goes to another forum it is asking the user to create another user name and password because the registration from the other pages does go with the forum on the different page. Quote Link to comment https://forums.phpfreaks.com/topic/176655-injecting-one-database-into-another/ Share on other sites More sharing options...
Daniel0 Posted October 6, 2009 Share Posted October 6, 2009 You can use a trigger. Look it up in the MySQL manual. You can also just use the same user table for all your forums. That might be difficult depending on how it's coded. Quote Link to comment https://forums.phpfreaks.com/topic/176655-injecting-one-database-into-another/#findComment-931336 Share on other sites More sharing options...
brmcdani Posted October 8, 2009 Author Share Posted October 8, 2009 Thanks for the help! Quote Link to comment https://forums.phpfreaks.com/topic/176655-injecting-one-database-into-another/#findComment-933252 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.