[PHP-DB] Re: Problem with 4.3.2

2003-06-13 Thread Jacob Marble
Interesting. They say the ISAPI module isn't production quality yet... we use it, though, w/o problems. We're running IIS on Win2000 and php 4.3.2. Does it work besides the phpinfo() problem? Jake LandEZ Ryan Jameson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] More info... I

[PHP-DB] PEAR DB getAssoc()

2003-07-10 Thread Jacob Marble
Hey all- Could someone give an example of how to use the DB_Common::getAssoc() function? I'm trying to get an table into an array, and var_dump() shows that the array is not associative. Here's the code: $sql = select * from sr_names; $table = $db-getAssoc($sql); echo var_dump($table);

[PHP-DB] PEAR DB

2003-07-28 Thread Jacob Marble
Hey all- Before I ask my question, is there a more appropriate NG for PEAR::DB related questions? It always bugs to have off-topic posts... Thanks, Jake LandEZ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php