Re: [PHP-DB] DB connections ?

2004-07-05 Thread John W. Holmes
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

[PHP-DB] DB connections ?

2004-07-05 Thread Michael Gale
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

Re: [PHP-DB] DB Connections

2002-01-31 Thread Paul Burney
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

RE: [PHP-DB] DB Connections

2002-01-31 Thread Gurhan Ozen
:[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

[PHP-DB] DB Connections

2002-01-31 Thread jas
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