Making a database connection persists in PHP - Mailing list pgsql-novice

From Mary Anderson
Subject Making a database connection persists in PHP
Date
Msg-id 47F17841.2070506@demog.berkeley.edu
Whole thread Raw
Responses Re: Making a database connection persists in PHP  ("Michael Swierczek" <mike.swierczek@gmail.com>)
List pgsql-novice
Hi all,
    Don't know if this should go to the PHP group or the postgresql group

    I am writing a PHP-postgres application.  I would like to have a
database connection persists across php pages.  What the application
does at present is to create a new connection every time a new page is
called.  Can I put a connection into a session variable?

    Thanks

Mary Anderson

pgsql-novice by date:

Previous
From: "Eyenga, Patty"
Date:
Subject: setup of pg_cluster
Next
From: "Michael Swierczek"
Date:
Subject: Re: Making a database connection persists in PHP