Re: [PHP-DB] Getting Data Back from Oracle Rows

2001-02-02 Thread Stas Trefilov
Hello, "Richard S. Crawford"! You wrote: > ocifetchstatement(). However, I cannot figure out how to > get the results > out of the array. Help! With ocifetchstatement() you get a hash with column name as keys and array of column data as values. -- Piloteers do it on the road -- PHP Dat

[PHP-DB] Getting Data Back from Oracle Rows

2001-02-01 Thread Richard S. Crawford
This is my first application using Oracle and PHP. I'm able to connect to Oracle just fine, and retrieve the results into an array using ocifetchstatement(). However, I cannot figure out how to get the results out of the array. Help! -- PHP Database Mailing List (http://www.php.net/) To u