I have been trying to load a dbase using this line of code
$db = dbase_open("c:\wwwroot\tas\unitinfo.dbf",3);
However i allways get this error
Fatal error: Call to undefined function: dbase_open() in c:\wwwroot\tas\units.php on line 12
where am i going wrong?
Is there anyway to link to access with out using dsn in php like there is in asp?
Thanks