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 supported?
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 found this function in the PHP docs. Is it still supported?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]