On Tuesday 17 April 2001 16:28, you wrote:
> Yes... I'm not familiar with sessions. This should be like this ? :
>
> In connect.php :
> <?php
> session_start();
> $connect = pg_pConnect("blablabla");
> session_register("connect");
> <A HREF="query.php?<?=SID"?>clique ici</?>
> ?>

Simply using pg_pconnect() (without saving the connection ID) should be 
just as fast and more failproof

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

AAAAA - American Association Against Acronym Abuse

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to