Michael Gale wrote:
I am designing a web that will require access
> to a specific database. I am also using sessions and
> am storing the session data in the database.
So on every page that loads there will be a connection
> to the mysql server (local) to access the session db and
> tables and th
Hello,
I am designing a web that will require access to a specific database. I am
also using sessions and am storing the
session data in the database.
So on every page that loads there will be a connection to the mysql server (local) to
access the session db and tables
and the web app d
on 1/26/02 1:21 AM, jas at [EMAIL PROTECTED] appended the following bits
to my mbox:
> Ok, I am having a hard time coming up with a mysql connection class that
> simply allows me to setup a require(db_connection.inc) at the top of my php
> pages that allows a consistent connection to the mysql db
:[EMAIL PROTECTED]]
Sent: Saturday, January 26, 2002 1:21 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] DB Connections
Ok, I am having a hard time coming up with a mysql connection class that
simply allows me to setup a require(db_connection.inc) at the top of my php
pages that allows a consistent
Ok, I am having a hard time coming up with a mysql connection class that
simply allows me to setup a require(db_connection.inc) at the top of my php
pages that allows a consistent connection to the mysql db and allows
multiple queries thoughout the php page in question. I have read a few
tutorial