Re: Persistent connections - Mailing list pgsql-php

From Chris
Subject Re: Persistent connections
Date
Msg-id 497E4167.3020708@gmail.com
Whole thread Raw
In response to Persistent connections  (kulmacet101@kulmacet.com)
List pgsql-php
kulmacet101@kulmacet.com wrote:
> All,
>
> Could someone send me a properly formatted dsn string connecting PHP to a
> Postgres database using the 'PDO::ATTR_PERSISTENT => true' attribute?
>
> I am having issues making this work correctly.

Example #4 here shows it:

http://www.php.net/manual/en/pdo.connections.php

What issues are you having exactly?

--
Postgresql & php tutorials
http://www.designmagick.com/


pgsql-php by date:

Previous
From: kulmacet101@kulmacet.com
Date:
Subject: Persistent connections
Next
From: "François Delpierre"
Date:
Subject: How to store files into the DB with PHP. (bytea ?)