Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 751 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 751 Bytes

arcgis-php-mini-converter

This example use PHP, Mysql and XAMPP

How to try it?

Step 1: Start XAMPP: apache + mysql on Window

  • Go to xampp directory where you installed XAMPP
  • Open xampp-control.exe
  • Start apache/mysql

Step 2: Import schema structure and sample data to mysql

  • Go to mysql admin GUI: http://localhost/phpmyadmin/
  • Go to "Import" feature.
  • In "File to import" section.
    • Select file arcgis-php-mini-converter/database/spaghetti_schema.sql and "Go"
    • Select file arcgis-php-mini-converter/database/spaghetti_data.sql and "Go"

Step 3: How to run?