Inital Commit: Landing Page & Folder Tugas-Tugas
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
include "../congif/koneksi.php";
|
||||
|
||||
$id = $_POST['id'];
|
||||
$lat = $_POST['lat'];
|
||||
$lng = $_POST['lng'];
|
||||
mysqli_query($koneksi, "UPDATE spbu SET latitude='$lat', longitude='$lng' WHERE id='$id'");
|
||||
?>
|
||||
Reference in New Issue
Block a user