(PHP 4, PHP 5, PHP 7)
Open database
resource dba_open ( string $path, string $mode [, string $handler [, mixed $... ]] )
dba_open() establishes a database instance for path with mode using handler.
Parameters:
path
Commonly a regular path in your filesystem.
mode
It is r for read access, w for read/write access to an already existing da