I installed PHP (from php-4.3.10-installer.exe) on my Windows 2000 workstation and I'm writing some scripts now. I discovered that there are dBase functions and tried to use a couple of them, but got a "Call to undefined function" error message. The PHP docs say "...to use these functions, you must compile PHP with the --enable-dbase option". What about the PC based version that I installed? Is there any way to get the dbase functions in it?
[EDIT:] Nevermind! I found the answer myself
I got the Windows Zip file, copied the dbase extension dll to my php installation, created an ini file, and it works! Yay!
