CstAn
02-06-2007, 04:43 PM
Hi, currently my working company have few web system that use for particular department, the system may use in inter department situation.
Currently, all the login was individual. This also the purpose that i want link all web system that user use only one acct for all web system.
each system was use own database and each database maintained their user.
All web system are using PHP and MySQL database.
my plan is, I create a database that maintenance the user login info for all the web system, each time user login must connect to this database and match their user name and password. If match then connect to the system database else disconnect all database.
any issued will caused?
How can i join two table from different database????
*PHP & MYSQL
Currently, all the login was individual. This also the purpose that i want link all web system that user use only one acct for all web system.
each system was use own database and each database maintained their user.
All web system are using PHP and MySQL database.
my plan is, I create a database that maintenance the user login info for all the web system, each time user login must connect to this database and match their user name and password. If match then connect to the system database else disconnect all database.
any issued will caused?
How can i join two table from different database????
*PHP & MYSQL