Daniel Convissor wrote:
> On Mon, Feb 23, 2004 at 10:59:06AM -0700, John Lacey wrote:
>
>>what name are you using for the database?
>
>
> foo.db or foo
>
> --Dan
ok, what happens with this?
$dbh = sqlite_open('foo.db', 0666, &$err_msg);
btw, that works on a win2k box
John