Re: pg_pconnect - Mailing list pgsql-php

From GOLDBERG
Subject Re: pg_pconnect
Date
Msg-id 1040980592.2639.28.camel@oracle
Whole thread Raw
In response to pg_pconnect  (sector119@mail.ru)
List pgsql-php
Not a problem with postgres or php : it is always stateless.

Le ven 27/12/2002 à 10:09, sector119@mail.ru a écrit :
> Hi
>
> <?
> echo "<html><body>\n";
> $db = pg_pconnect("dbname=$dbname user=$user password=$dbpassword");
> if (!$db)
> echo "Connection can not be established!<br>\n";
> else
> echo "Connection established!<br>\n";
> echo "<a href=\"cursor4.php\">next screen</a><br>";
> echo "</body></html>";
> ?>
>
> <?
> echo "<html><body>\n";
> if ($db)
> echo "db handler is still valid!<br>\n";
> else
> echo "db handler does not exist anymore!<br>\n";
> echo "</body></html>";
> ?>
>
>
> when I click on next screen link I get db handler does not exist anymore! why???
>
> --
> WBR, sector119
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>



pgsql-php by date:

Previous
From: Andrew McMillan
Date:
Subject: Re: pg_pconnect+PostgreSQL cursors
Next
From: brew@theMode.com
Date:
Subject: Re: pg_pconnect