[PHP] Re: Call to undefined function: dbase_open() in

2001-09-02 Thread Richard Lynch
PHP was not compiled/configured to have dbase support. In Linux, you can recompile --with-dbase (see configure --help). In Windows, you can alter you php.ini to have something not unlike: basephp.dll in your Extensions -- WARNING [EMAIL PROTECTED] address is an endangered species -- Use [EMAIL P

[PHP] Re: Call to undefined function: dbase_open() in

2001-09-02 Thread Alfredo Yong
You need to load the dbase.so support module in your php. Like a dll in windows. Php has a lot of libraries, the idea is t load only those you need. I don't remember the syntax and the files to modify, check configuration manual or ask your system administrator. I had a similar problem, solved