How to solve “Call to undefined function dbase_open() ” error in windows

前端 未结 4 1914
北恋
北恋 2020-12-21 04:51

Hi i want to load DBF file to mysql, am using xampp,php version 5.5.6

i had write the below code,

But am getting Error ---

Fatal error

4条回答
  •  有刺的猬
    2020-12-21 05:51

    check in your xampp/php/ext folder for php_gmp.dll ,if the extension is there add this extension=php_gmp.dll to php.ini file in xampp/php/php.ini. else add this dll to xampp/php/ext and do the above step restart your apache server

提交回复
热议问题