Re: access data in php

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: access data in php
Дата
Msg-id dcc563d10901021028g3867def2p654d56099d177a5@mail.gmail.com
обсуждение исходный текст
Ответ на Re: access data in php  (ioguix@free.fr)
Ответы Re: access data in php  (Marc Fromm <Marc.Fromm@wwu.edu>)
Список 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 по дате отправления:

Предыдущее
От: ioguix@free.fr
Дата:
Сообщение: Re: access data in php
Следующее
От: Marc Fromm
Дата:
Сообщение: Re: access data in php