Voting

: seven minus zero?
(Example: nine)

The Note You're Voting On

gherson at snet dot net
24 years ago
PGSQL_BOTH is the default, meaning your array size will be doubled.
If you specify this field (result type), include no quotes around it or you won't get any data, not even an error.
Here's my wrapper function:
function SQL_fetch_array($result_ndx, $row, $result_type=PGSQL_ASSOC) {
return pg_fetch_array($result_ndx, $row, $result_type);

<< Back to user notes page

To Top