Where can I get error messages?

From: "dr_sad(surguttel)" <dr_sad(at)surguttel(dot)ru>
To: pgsql-php(at)postgresql(dot)org
Subject: Where can I get error messages?
Date: 2002-08-28 03:51:47
Message-ID: 150770979970.20020828095147@surguttel.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

I've installed Postgres 7.2.2 on Linux SuSE 8.0 Pro.
>From other server (SuSE 8.0 Pro + Apache 2.0.39 + PHP 4.2.2) I'm trying
to get access to Postgres database, using PHP-script:

<html>
<body>
<? $db = pg_connect(...); ?>
</body>
</html>

I've no errors messages both in PHP log and Postgres console, but HTML
page was been generated this script are stoped on <body> tag. Where
can I get error messages? That is possible troubles?

Thank You

--
With respect, Andrey Sergeev

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-08-28 03:55:26 Re: New PHP/PG Functions
Previous Message Chris Ruprecht 2002-08-28 03:45:27 How do I get a recid value from a just inserted record