Re: [PHP] Accessing Postgres db from apache using PHP

From: "Cornelia Boenigk" <poppcorn(at)cornelia-boenigk(dot)de>
To: <bedouglas(at)earthlink(dot)net>, <pgsql-novice(at)postgresql(dot)org>, <pgsql-php(at)postgresql(dot)org>
Subject: Re: [PHP] Accessing Postgres db from apache using PHP
Date: 2003-07-28 10:59:28
Message-ID: 002301c354f7$592bbdc0$0201a8c0@zwerg2000
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice pgsql-php

Hi Bruce

> $conn = @pg_connect($tmp);

For testing you should remove the '@' from the PHP-commands to see the
errormessages from the PostgreSQL server. It may help you to find the
errors.

Regards
Conni

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Rod Taylor 2003-07-28 11:47:26 Re: [PHP] Accessing Postgres db from apache using PHP
Previous Message Philipp Ottlinger 2003-07-28 08:41:49 Re: Accessing Postgres db from apache using PHP

Browse pgsql-php by date

  From Date Subject
Next Message Rod Taylor 2003-07-28 11:47:26 Re: [PHP] Accessing Postgres db from apache using PHP
Previous Message Andrei Verovski (aka MacGuru) 2003-07-28 09:06:01 UPDATE sql question