Re: Where can I get error messages?

From: "Cornelia Boenigk" <poppcorn(at)cornelia-boenigk(dot)de>
To: "Postgres-PHP" <pgsql-php(at)postgresql(dot)org>
Subject: Re: Where can I get error messages?
Date: 2002-08-29 12:57:42
Message-ID: 007c01c24f5b$cc8e6ee0$7f54fea9@zwerg98
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi Andrey

> Can't find any documents about "DB::connect" at www.php.net :(
So check the pear-doku.

> And why "pg_connect" does not work properly?
You are using a persistent connection in your example, but anyway,
your code is working for me perfectly.
To get errormessages try out pg_last_error() or pg_result_error().

Regards
Conni

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Jean-Luc Lachance 2002-08-29 15:43:37 Re: Where can I get error messages?
Previous Message Keary Suska 2002-08-29 05:37:33 Re: Where can I get error messages?