[PHPLIB] Problem with Sessions From: Stephen Bolinger (phpfreak <email protected>)
Date: 11/28/99

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.