|
This is always a touchy subject there are a couple different ways to think about it. I don't know the solution but maybe these thoughts can help:
User Login
Choose one of the users tables and go with that. Then modify the login routine to call the login routines of the other two so that all three systems see the user as logged in. This is typically a copy and paste job, finding the correct code and setting up the session.
Profiles
This is really tricky because all three profiles probably contain different data, but do they really need to be integrated? At first I would create a new web page that contains links to each profile, heck the user is logged in so they can access each profile, no problem.
Over time you can develop your page to be a combination of all three profiles, adding features as requested by the users.
hope this helps, just some thoughts!
Last edited by warick; 07-16-2004 at 11:53 PM..
Reason: get rid of the html code
|