[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?

[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 =