Re: How to verify PHP has PostgreSQL support?

From: <nathan(at)0x00(dot)org>
To: Mark Christenson <mark(dot)christenson(at)alumni(dot)stanford(dot)org>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: How to verify PHP has PostgreSQL support?
Date: 2000-12-09 20:10:03
Message-ID: Pine.LNX.4.21.0012091509400.721-100000@junker.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php


Create a page with this in it:

<?
phpinfo();
?>

On Sat, 9 Dec 2000, Mark Christenson wrote:

> I ran configure and used the --with-pgsql option. Things seemed to
> build okay. However, when I run a web page with a pg_Connect
> statement, I get a parse error, which leads me to believe PHP doesn't
> have the correct flags set.
>
> I realize this may be more of a PHP question, but I'm hoping somebody
> here can help ;-)
>
> Mark
>
>

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Mark Christenson 2000-12-09 20:55:10 Re: How to verify PHP has PostgreSQL support?
Previous Message Mark Christenson 2000-12-09 20:00:22 How to verify PHP has PostgreSQL support?