> while (@pg_fetch_row()) {
> ...
> }
>
>will suppress the warnings just for the call to pg_fetch_row.
I know, but I'm not calling it from within php-script, but from the
dbx-module (in C-code).
Plus, calling it with @ also suppresses any other warnings pg_fetch_row
should rightly give.
IMO, a wrong row-index should just return false, as stated in the
documentation.
Cheeiro, Marc.
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]