I need some help to use the DBA functions, I'm using sleepycat DB2 (or DB3), I want to know how to open a db:
int dba_open (string path, string mode, string handler [, ...])
What do I have to put in "handler"? I'm lost...
Thanks! Luis
try this: $db = dba_open("filename.db", "c", "db3");
and remember to check out if your system supports DB3 with function phpinfo()!