On Fri, Jan 2, 2009 at 11:09 AM, <[email protected]> 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. -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
