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]

Reply via email to