PHP & Postgres

Поиск
Список
Период
Сортировка
От dr_sad(surguttel)
Тема PHP & Postgres
Дата
Msg-id 121766086303.20020828083013@surguttel.ru
обсуждение исходный текст
Ответы Re: PHP & Postgres  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-novice
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?

Thank You

--
With respect, Andrey Sergeev


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

Предыдущее
От: "Patrick Hatcher"
Дата:
Сообщение: Re: Escaping ' in a function
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: PHP & Postgres