tambahkan import.php
tambahk
This commit is contained in:
+11
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user