Re: pg_connect error

From: Chris <dmagick(at)gmail(dot)com>
To: LonLinux <longlinux(at)gmail(dot)com>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: pg_connect error
Date: 2008-05-19 01:42:45
Message-ID: 4830DB15.4080103@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

LonLinux wrote:
> Hello, I have this problem with a connection to postgres server (running
> in a win2000 server).
> When I connect with pgAdmin to the same postgres server works ok, but
> when I try to connect from php5 the connection fails.

What error message do you get?

echo pg_last_error($db_conn);

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

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Carlos Costa 2008-06-07 20:57:13 Problems connecting (from php to pg)
Previous Message Robert Treat 2008-05-19 01:40:10 Re: pg_connect error