Re: Pg_connect in PHP

From: Jesus Aneiros <aneiros(at)jagua(dot)cfg(dot)sld(dot)cu>
To: Henk van Lingen <henkvl(at)cs(dot)uu(dot)nl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Pg_connect in PHP
Date: 2000-07-13 19:15:17
Message-ID: Pine.LNX.4.10.10007131514410.23735-100000@jagua.cfg.sld.cu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Use the other form of Pg_Connect. The one that uses , delimiters.

On Thu, 13 Jul 2000, Henk van Lingen wrote:

>
> Anyone using PHP and WWW-authenticate ??
>
> I do:
>
> $database = pg_Connect ("host=db.example.com port=5432
> user=$PHP_AUTH_USER password=$PHP_AUTH_PW dbname=base");
>
> That works, except when PHP_AUTH_PW contains a space. Is there a way
> to use passwords containing spaces?
>
> Regards,
> --
> +-----------------------------------------------------------------------+
> | Henk van Lingen, Systems Administrator, <henkvl(at)cs(dot)uu(dot)nl> |
> | Dept. of Computer Science, Utrecht University. phone: +31-30-2535278 |
> +----------------- http://www.cs.uu.nl/people/henkvl/ ------------------+
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John 2000-07-13 19:23:35 Re: performance question
Previous Message ernie cline 2000-07-13 18:53:33 Re: performance question