RE: [PHP] dbase functions still supported?

2001-03-20 Thread Jack Dempsey
you need to compile php with dbase support... http://www.php.net/manual/en/function.dbase-create.php checkout the fourth userpost... jack -Original Message- From: Don Pro [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 1:01 PM To: php list Subject: [PHP] dbase functions still

[PHP] dbase functions still supported?

2001-03-20 Thread Don Pro
Hi, Using PHP 4.04pl1 I am getting an error executing the dbase_create function. Th elines of code are: if (!dbase_create($export_file, $dbf_def)) echo "Error creating DBF file"; my error message is: Fatal error: Call to undefined function: dbase_create() in my_prog. php on line 59 I fou

Re: [PHP] DBase functions

2001-01-22 Thread Brian Clark
Hello Piotr, (PD == "Piotr Duszynski") [EMAIL PROTECTED] writes: PD> Fatal error: Call to unsupported or undefined function PD> dbase_open() in ... PD> What's the problem? You'll probably need to re./configure PHP with the --enable-dbase option. -Brian -- PHP General Mailing List (http:

[PHP] DBase functions

2001-01-22 Thread Piotr Duszynski
I have a problem connecting to dbase database. I use: dbase_open("filename.dbf",0) and get from PHP: Fatal error: Call to unsupported or undefined function dbase_open() in ... What's the problem? -- Piotr Duszynski