note 9222 deleted from function.pg-fetch-row by felipe

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: rtreat2 at tampabay dot rr dot com 

----

the mysql way....

$rows = pg_numrows($result);
for ($i=0; $i < $rows; $i++){
    list($foo,$bar) = pg_fetch_row($result,$i);

    print ("$foo , $bar)\n");
}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.