Date: 01/15/01
- Next message: Max A. Derkachev: "Re: [phplib] phplib and extra db access"
- Previous message: Paolo Brutti: "Re: [phplib] menu.inc troubles under PHP4.04pl1"
- Next in thread: Max A. Derkachev: "Re: [phplib] phplib and extra db access"
- Reply: Max A. Derkachev: "Re: [phplib] phplib and extra db access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi !
i've a problem with the db access through phplib:
i'm working on a big internet project. part of the project should be a chat.
I#ve found a good free php chat script and have implemented it into the
standing system. fine!
the problem:
only registered users should have acces. so i beginn the page with
page_open(array("sess" => ..., "auth" => ... , "perm" => ... , "user" =>
...)
and end the page with
page_close();
it works, but now the db-access of the chat system does not work. it's
another database. have the chat tables to be in the same database to work
together with the session management of phplib ?
thx
miguel.
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Max A. Derkachev: "Re: [phplib] phplib and extra db access"
- Previous message: Paolo Brutti: "Re: [phplib] menu.inc troubles under PHP4.04pl1"
- Next in thread: Max A. Derkachev: "Re: [phplib] phplib and extra db access"
- Reply: Max A. Derkachev: "Re: [phplib] phplib and extra db access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

