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