I need HELP, I canīt open a DBF, I using this: $dbf = dbase_open('/public/dados/clientes.dbf',0); $drec = dbase_get_record_with_names($dbf,1); // ITEM must be in all caps, otherwise // you get nothing echo $drec['ITEM']; But result this error:
Fatal error: Call to undefined function: dbase_open() in Please, help me.... -- PHP Database 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]