hi
I have a requirement to upload .dbf file from my clients but when calling the dbase_open() function gives fatal error:call to undefined function.I have checked phpinfo(); function and .dbf support is missing.I have done some searching about how to enable dbase support.I found that i need to compile php with --enable-dbase option. my problem is that i don't know to how to compile php or where to run this ./configure --enable-dbase .Please help me out there.Please tell me if there is any other way to do this.
Thanks in advance