Skip to content

Instantly share code, notes, and snippets.

View dq042000's full-sized avatar

MikeCi dq042000

View GitHub Profile
@ricardodantas
ricardodantas / dbf2mysql.class.php
Created December 4, 2012 04:05
dbf2mysql.class.php
<?php
/**
** Convert DBF files to MySQL file
** contact: http://gschimpf.com/
**
** USAGE:
** $filename = "dir/file.dbf";
** // Show the result sql
** dbf2mysql::mostrarSQL($filename);