Re: access data in php - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: access data in php
Date
Msg-id dcc563d10901021028g3867def2p654d56099d177a5@mail.gmail.com
Whole thread Raw
In response to Re: access data in php  (ioguix@free.fr)
Responses Re: access data in php  (Marc Fromm <Marc.Fromm@wwu.edu>)
List pgsql-admin
On Fri, Jan 2, 2009 at 11:09 AM,  <ioguix@free.fr> wrote:
> pg_fetch_assoc behave like pg_fetch_array: it increments the internal
> pointer to the current result.
> So if you call it once, then pg_fetch_array will return the 2nd result in
> the result set.

Wow, I'm so used to seeing

$rows = pg_num_rows() that that's what I saw up there.

pgsql-admin by date:

Previous
From: ioguix@free.fr
Date:
Subject: Re: access data in php
Next
From: Marc Fromm
Date:
Subject: Re: access data in php