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]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 18, 2002 8:55 AM
Subject: [PHP] pg_result pg_fetch_row pg_fetch_array


> 
> Which is the diference between this functions:
> 
> pg_result, pg_fetch_row, and pg_fetch_array
> 
> 
> 
>
>   @@()@@ wWWWw Andrea Hernandez Alfaro
>  (___) Dpto. Computo, Area Internet
> /  YUniversidad Latina de Costa Rica
>  \ | \ |/
> jgs|//   \\|///   "Your mind is your most powerful resource"
> ^^^
> 
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 for more exciting, definitive, informative explanations

-Original Message-
From: * nea * [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 18, 2002 10:55 AM
To: [EMAIL PROTECTED]
Subject: [PHP] pg_result pg_fetch_row pg_fetch_array



Which is the diference between this functions:

pg_result, pg_fetch_row, and pg_fetch_array



   
  @@()@@ wWWWw  Andrea Hernandez Alfaro
     (___)  Dpto. Computo, Area Internet
/  YUniversidad Latina de Costa Rica
 \ | \ |/
jgs|//   \\|///   "Your mind is your most powerful resource"
^^^




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php