View Single Post
  #1 (permalink)  
Old 01-02-04, 07:18 PM
mulatod mulatod is offline
New Member
 
Join Date: Oct 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
php to write data to 2 databases

Hi people

I have a problem.

I have some scripts, and I am trying to implement an UNIQUE LOGIN for all scripts.

NOW I have found a solution for this.

I merge all scripts databases into ONLY ONE... NO SHARED database.
and a main script use for members to register.

When members register to script A, this script copy the user data to the other scripts tables.

My problem?
I think that perhaps it would be better if all databases are independient. and the script send the data to the others databases tables, not to the same DB.

Any solution?

Mulato
Reply With Quote