Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 377 Bytes

File metadata and controls

14 lines (10 loc) · 377 Bytes

JSON2SQL

This PHP script converts a JSON file to a series of SQL INSERT staments

Usage

  • Modified by Edgar Talamantes
  • USE
  • localhost/jsontosql.php?tablename=TABLE_NAME&filename=MY_JSON_FILE.json
  • The script will automatically write the resulting file as myfile.sql

The script will automatically write the resulting file as myfile.sql