Hey guys,
for starters I'm using php 5.3.8 with lampp on a Ubuntu 11.04 desktop. I wrote a script to open dbase .dbf files and save them in a MySQL database. I get the following error:
Fatal error: Call to undefined function dbase_open() in /opt/lampp/htdocs/yoursite/db/import/import_doctors.php on line 16
There are several solutions for the problem on google, but they date from 2006 to older. Much has changed in the php world since then.
I've already installed the package php-db, but it didn't do any good. Does anyone have an idea of how to solve this issue?
Thanks in advance.