Re : Using php and postgres

From: Edouard DESSIOUX <edx(at)intrinsec(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re : Using php and postgres
Date: 1999-10-14 11:15:46
Message-ID: 9910141317010J.00504@dooz.corp.intrinsec.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello,
I'm using apache postgres and php,
I created a database called "manip"
and i want to acces this database via a web page

I use the following php script to connect to the base:
<HTML>
<?php
$database = pg_connect ("localhost", "5432", "", "", "manip");
?>
</HTML>
as specified in the php manual

And i obtain :Warning: Unable to connect to PostgresSQL server: FATAL 1: Database www does not exist in pg_database in
/www/dooz.corp.intrinsec.com/mail/essai.php3 on line 3

Warning: 0 is not a PostgresSQL link index in /www/dooz.corp.intrinsec.com/mail/essai.php3 on line 4

Postmaster is started, and in psql, i can read :
manip=> FATAL 1: Database www does not exist in pg_database

Anyone know what i done wrong ?

--
Edouard DESSIOUX
Proverbe chien :
"Si ca se mange pas,
Si ca se baise pas,
Pisse dessus !!"

Browse pgsql-interfaces by date

  From Date Subject
Next Message Patrick Welche 1999-10-14 11:36:07 Re: [INTERFACES] ODBC / M$Access error
Previous Message Bartek Teodorczyk 1999-10-14 10:34:37 JDBC: Default encoding problem