|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-03-31 16:13 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 12:00:02 2025 UTC |
When I use pg_Fetch _Object ( ) in a while loop like <? php while ($data=pg_Fetch_Object ($env ,$row); echo ( .............); $row++; endwhile ; ?> warning message "unable to jump to row x on PostgresSQL result index2 " is shown in the web page unexpectedly and could not be suppressed. Is it a bug ? What is the way not to show the warning messages ? Gary