2
In the company has a software in Clipper, which saves the information in dbase (bank data.dbf), now arose the need to integrate it with PHP but I can not use the functions dbase.
I already enabled in php.ini a extension=dbase.dll
, downloaded the dll from the following address link and put it in the ext folder. But it still gives the following error: Call to undefined function dbase_open()
.
I am using Xampp with PHP version 5.5.11.
Some help ?
Which version of php are you using? thred safe or not?
– rray
I am using Xampp with PHP version 5.5.11.
– Pedro Augusto
I did a test here on php5.4, downloaded the file played the dll in ext folder, added the line
extension=php_dbase
in php info, restart the server and run(view the image. This version of php/xampp is 32bits or 64bits?– rray