"Donald Fei" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> My PHP runs under:
>  Windows 2000 Professional + Apache/1.3.20 + PHP4.0.6 + MySql3.23.32
> when i compile the following code:
>  <?php
> $db=dba_open("database.db","c","db2");
> ?>
> There is the error:
> Fatal error: Call to undefined function: dba_open() in
> D:\Inetpub\WebSite/dba_test.php on line 2
> Thank you!

make sure the line 'extension=php_dba.dll' is uncommented
in php.ini



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to