[phplib] phplib and extra db access From: Miguel Dieckmann (miggge <email protected>)
Date: 01/15/01

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>