tambahkan import.php

tambahk
This commit is contained in:
2026-06-10 06:33:25 +00:00
parent 6c70fc8e77
commit cecc53c886
+11
View File
@@ -0,0 +1,11 @@
<?php
include 'koneksi.php';
$sql = file_get_contents(__DIR__.'/database/webgis.sql');
if(mysqli_multi_query($conn, $sql)){
echo "IMPORT BERHASIL";
} else {
echo mysqli_error($conn);
}