Re: pg_fetch_object

From: John DeSoi <desoi(at)pgedit(dot)com>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: php-db <php-db(at)lists(dot)php(dot)net>, pgsql-php(at)postgresql(dot)org
Subject: Re: pg_fetch_object
Date: 2005-09-24 13:17:20
Message-ID: 0F76AC73-D498-456F-B1AF-AE7068E5A836@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi Michael,

On Sep 23, 2005, at 10:44 PM, Michael Fuhr wrote:

> Works here with PHP 5.0.4 and PostgreSQL 8.0.3:

Thanks for the example, it helped me figure out my dumb mistake. I
copied code from another place using a PHP abstraction library. I was
calling 'db_fetch_object' not 'pg_fetch_object'.

Thanks much,

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Nirav Parikh 2005-09-28 01:10:07 Pgsql-PHP connection problem
Previous Message Michael Fuhr 2005-09-24 02:44:20 Re: pg_fetch_object