Failure to connect to database using php.

Поиск
Список
Период
Сортировка
От Vivek Sonny Abraham
Тема Failure to connect to database using php.
Дата
Msg-id 117cc7bf05062803363df904f0@mail.gmail.com
обсуждение исходный текст
Ответы Re: Failure to connect to database using php.  (Volkan YAZICI <volkan.yazici@gmail.com>)
Список pgsql-novice
Hi,

I am using the following code to connect to my database.

<?

$db = pg_connect("dbname=friends");
echo pg_dbname();

?>

But there is nothing  displayed on the screen when I try it on my browser.

I use apache 4.3.9, redhat and postgresql 7.4.6. What am I doing wrong?

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

Предыдущее
От: Volkan YAZICI
Дата:
Сообщение: Re: Transactions
Следующее
От: Volkan YAZICI
Дата:
Сообщение: Re: Failure to connect to database using php.