RE: [PHP] pg_result pg_fetch_row pg_fetch_array

2002-02-18 Thread Rick Emery
If they'e like the mysql equivalents, then: pg_result() fetches a single value pg_fetch_row() fetches a row from the result set. Access each value with an integer subscript. pg_fetch_array() fetches a row from the result set. Access each value with the name of the column/field read the manual

Re: [PHP] pg_result pg_fetch_row pg_fetch_array

2002-02-18 Thread Jim Lucas [php]
http://php.blue-box.net/manual/en/function.pg-result.php http://php.blue-box.net/manual/en/function.pg-fetch-row.php http://php.blue-box.net/manual/en/function.pg-fetch-array.php This should tell you all you need to know. Jim Lucas - Original Message - From: * nea * [EMAIL PROTECTED]