Look for extensions in the file php.ini. uncomment the line:

extension=php_dbase.so  (for linux or)
extension=php_dbase.dll  (for windows)

remember to set extension_dir to directory where you have the file.

Hope it helps.
Bruno Gimenes Pereti.

> I need to open a dbase file, so I use the "dbase_open" function and then I
> compile it but it tells me
>
>      Fatal error: Call to undefined function: dbase_open()
>
> it seems like this function does not exists!.Does anybody could help me?
> Thanks


-- 
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