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
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
xampp/php/ext
php_gmp.dll
extension=php_gmp.dll
xampp/php/php.ini