Re: php + postgresql

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: rod(at)iol(dot)ie
Cc: admin <mick(at)mjhall(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: php + postgresql
Date: 2008-07-24 10:16:34
Message-ID: 48885682.3010707@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 24/07/2008 11:13, Raymond O'Donnell wrote:
> $rs = pg_query($sql_string);
> while ($row = pg_fetch_assoc($rs)

Whoops! -

while ($row = pg_fetch_assoc($rs))
....

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2008-07-24 10:19:34 Re: High activity short table and locks
Previous Message adam_pgsql 2008-07-24 10:15:22 Re: php + postgresql