RE: [PHP-DEV] please remove pgsql warning on fetch_row - includes diff

2001-03-26 Thread Marc Boeren
> 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. IM

Re: [PHP-DEV] please remove pgsql warning on fetch_row - includes diff

2001-03-26 Thread Adam Wright
Heya, Using your example... while (@pg_fetch_row()) { ... } will suppress the warnings just for the call to pg_fetch_row. adamw - Original Message - From: "Marc Boeren" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 10:47 AM Subject: [PHP-DEV] please