Forum Moderators: coopster

Message Too Old, No Replies

One Form to Multiple Databases

Need to log Form inputs to different DBs

         

DontheCat

7:01 pm on Aug 27, 2005 (gmt 0)

10+ Year Member


I have this site where I've installed phpBB Forum, B2evo blogs, A GB and PhpLinks. All of them have their own databases.

I also have a Form where members can register. The Form has Login and PassWord entry fields and the values are stored in the Member master table in a different databse.

Is there someway I could also populate the Login/Password of all the applications on submission of the above form?

Would the member then be able to be "Logged In" while he accesses the different areas across the site? Or would it need a session varaiable or something like that?

Thanks for the support

coopster

6:37 pm on Aug 29, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



It depends on how the different applications you are referring to are managing state, but yes, it can certainly be accomplished. You may end up modifiying some of those existing applications though, or at least their authentication mechanisms.