add semakin imut

This commit is contained in:
ryan
2025-10-09 11:03:05 +07:00
parent bec25071eb
commit 85fc69c091
6348 changed files with 1138634 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
header("Content-Type: application/json; charset=UTF-8");
include "./koneksi.php";
$obj=$_POST['id'];
// $objs=$_POST['akhir'];
// $conn = new mysqli("myServer", "myUser", "myPassword", "Northwind");
$stmt = $open->prepare("UPDATE * FROM datapasien SET announcer='' WHERE id_pasien='$obj'");
$stmt->execute();
$result = $stmt->get_result();
$outp = $result->fetch_all(MYSQLI_ASSOC);
echo json_encode($outp);
?>