Where can I get error messages?

Поиск
Список
Период
Сортировка
От dr_sad(surguttel)
Тема Where can I get error messages?
Дата
Msg-id 150770979970.20020828095147@surguttel.ru
обсуждение исходный текст
Список 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


В списке pgsql-php по дате отправления:

Предыдущее
От: Chris Ruprecht
Дата:
Сообщение: How do I get a recid value from a just inserted record
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: New PHP/PG Functions