help Request

From: "Thomas Mammen" <kthomas(at)convergsoft(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: help Request
Date: 2003-04-11 13:59:42
Message-ID: 00a101c30032$998dfcd0$9c01a8c0@csl31
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

scenario:
1. i have postgresql running on linux machine and apache on windows.

2. i am saving all my php files in windows system.

now i am trying
$con_string = "dbname=spamtrack port=5432 user=postgres password=postgres host=192.168.1.145";
$connection = pg_connect($con_string);

this is giving an error can you please guide me to get the solution

thanx & regards

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-04-11 14:05:49 Re: How can I get a column INT4 to be UNSIGNED ?
Previous Message bkline 2003-04-11 13:57:51 Upgrade to RedHat 9.0 broke PostgreSQL