kidd has asked for the wisdom of the Perl Monks concerning the following question:
Currently I have a client's site working with a database driven user managament.
I use the DBI and the DBD::mysql modules to work around with MySQL database.
Everything was OK until yesterday when my client had an idea, he wanted to open a new site with different tools, but he wants some users in "site1" to be able to access "site2" with all the profile information, etc.
When presented with this idea, two solutions came to my mind:
Hurray!!! Im a smart person...am I?
That's what takes me here, I could use some ideas or comments to help me solve my problem from all you perl monks of the world.
THANKS IN ADVANCED FOR ANY HELP
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Accessing a database from different sites
by grep (Monsignor) on May 16, 2003 at 20:34 UTC | |
Re: Accesing a database from different sites
by shemp (Deacon) on May 16, 2003 at 20:31 UTC | |
Re: Accesing a database from different sites
by phydeauxarff (Priest) on May 16, 2003 at 21:15 UTC | |
Re: Accesing a database from different sites
by CountZero (Bishop) on May 16, 2003 at 23:04 UTC |