Date: 03/15/01
- Next message: Ulf Wendel: "Re: [phplib] OOH Forms - Full of warnings / bugs?"
- Previous message: Bogdan Morar: "[phplib] page with no data"
- In reply to: Michal ROMAN: "Re: [phplib] CHOOSE OF DATABASE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: Ulf Wendel: "Re: [phplib] OOH Forms - Full of warnings / bugs?"
- Previous message: Bogdan Morar: "[phplib] page with no data"
- In reply to: Michal ROMAN: "Re: [phplib] CHOOSE OF DATABASE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

