memperbaiki koneksi database pada project 1 dan project 2
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
header('Content-Type: application/json');
|
||||
$conn = new mysqli("localhost", "root", "", "webgis"); // UBAH DB
|
||||
require_once '../config.php';
|
||||
$conn = getDB();
|
||||
|
||||
$data = json_decode(file_get_contents("php://input"), true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user