RE: [phplib] CHOOSE OF DATABASE From: Matt Williams (matt <email protected>)
Date: 03/15/01

> First of all, user select from listbox host and database. All these
> databases are independent and all of them have tables sessions,
> auth_user, ....
> Then, in second page I'd like call page_open() to establish connection
> with selected database. Parameters for this connection (host, dbname,
> user, password) are defined in local.inc. But I must dynamicaly change
> these parameters. How?

why would you want to use different session tables on the same site?

Why not use one table for all sessions and then create a custm db subclass
for each user to access their own db?

M@

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>