On Fri, Jan 2, 2009 at 11:09 AM, <ioguix(at)free(dot)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.