Can anyone help or point me in the right direction as of how to get php to use dBase functions. I've modified php.in file by uncommenting the extension=php_dbase.dll line. And I still keep getting an error that call to undefined function. My code is a simple open and close:
<?
$fdbf = dbase_open("file.dbf", 2);
dbase_close($fdbf);
?>
ERROR:
Fatal error: Call to undefined function: dbase_open() in C:\Program Files\Apache Group\Apache2\htdocs\MPI\tstimport.php on line 3
Can anyone HELP???