View Single Post
Old 02-10-2005, 05:38 PM   #1 (permalink)
Wysocki
Recruit
 
Join Date: Jan 2005
Location: Covina, CA
Posts: 22
Wysocki is on a distinguished road
dBase functions in PC based PHP?

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!

Last edited by Wysocki; 02-10-2005 at 06:58 PM.
Wysocki is offline   Reply With Quote