[PHP-DB] pg_fetch_object() not returning values from multi-table query

2001-12-03 Thread K Old
Hello all, I have the following code: /* construct the query */ $the_sql = "SELECT inv.at_id FROM invoice_items inv, customer cus WHERE inv.client_id = cus.client_id AND inv.inv_id = '2001-12-03-4'"; /* send the statement to query() for processing */ $qid = query($the_s

[PHP-DB] Re: [PHP] Problem getting PostgreSQL to compile

2001-03-04 Thread K Old
es, everything seems ok. Any ideas? >From: The Hermit Hacker <[EMAIL PROTECTED]> >To: K Old <[EMAIL PROTECTED]> >CC: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: Re: [PHP] Problem getting PostgreSQL to compile >Date: Fri, 2 Mar 2001 22:30:11 -0400 (A

[PHP-DB] Problem getting PostgreSQL to compile

2001-03-02 Thread K Old
Hello, I'm running RH 7 and Apache. I have the latest version of PostgreSQL and it is installed and running correctly. I have installed PHP with the --with-pgsql and it seems to install everything needed, but when I try to use pg_connect() it fails to connect. Any ideas what I can do? Than