Date: 11/28/99
- Next message: Joel: "[PHPLIB] $sess->url and $sess->add_query()"
- Previous message: Randy Meinert: "[PHPLIB] Debug phplib on apache/NT"
- Next in thread: Stephen Bolinger: "RE: [PHPLIB] Problem with Sessions"
- Maybe reply: Stephen Bolinger: "RE: [PHPLIB] Problem with Sessions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi. I'm trying to integrate session management into my site. I got PHPLIB,
installed it and got the demo working fine.
I am using PHPLIB's database abstraction to interact with a MySQL database.
Here's where I've run into trouble:
I took the PHPLIB sample index.php3 and added some database connectivity to
it. It displays everything properly out of the database, but the "s"
variable does not increment. I've narrowed it down to the "$db->query"
method.
If I leave in the creation of the $db object but comment out the $db->query,
the "s" variable increments. As soon as I put the query back in, the number
stays the same. Any ideas?
-Stephen Bolinger
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Joel: "[PHPLIB] $sess->url and $sess->add_query()"
- Previous message: Randy Meinert: "[PHPLIB] Debug phplib on apache/NT"
- Next in thread: Stephen Bolinger: "RE: [PHPLIB] Problem with Sessions"
- Maybe reply: Stephen Bolinger: "RE: [PHPLIB] Problem with Sessions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

