[PHP-DB] Objects in dbm db

2001-10-20 Thread Jesse Goerz
I'm trying to store an array of objects in a dbm database. Here's what I'm using: function build_preliminary_language_index($lang, $db, $key) { $dbh = dbmopen($db, c) or die(Error opening db); $article_string = dbmfetch($dbh, articles); $article_array = unserialize($article_string);

Re: [PHP-DB] Nothing returned

2001-11-04 Thread Jesse Goerz
On Saturday 03 November 2001 17:29, Martin wrote: Why am I not getting anything returned from this function? I have code doing a if user exists and b if user doesn't exist. I'm not getting any numRows result apparently. The query is OK and returns 1 user for $name=admin. I'm not getting any