initial commit sistem pemetaan kemiskinan
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$conn = new mysqli("localhost","root","","gis_spbu");
|
||||
$conn->query("INSERT INTO kavling (pemilik,status,luas,geom)
|
||||
VALUES ('$_POST[pemilik]','$_POST[status]','$_POST[luas]','$_POST[geom]')");
|
||||
?>
|
||||
Reference in New Issue
Block a user