Hi,
I have been using PHP under Apache for a little while, but now I want to use databases. However, when I go to the php.ini file and uncomment the line that would make the dbase functions work
;extension=php_dbase.dll
it messes up and does not work. I go to run a PHP script from Internet Explorer after restarting Apache and I get a beeping sound.
Then when I go to use a dbase function, such as dbase_create(), it says
Call to undefined function: dbase_create()
I have downloaded the php_dbase.dll file and put it in my system directory and also my php directory, but it still does not work at all.
Why does it do this? How can I fix it? How might I also get MySQL to work?