$_POST['source']]; $ch = curl_init("$api_base/add/$name"); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($url)); curl_setopt($ch, CURLOPT_HTTPHEADER, ['Content-Type:application/json']); curl_exec($ch); curl_close($ch); header("Location: index.php"); } // 2. Logika Hapus Kamera (DELETE) if (isset($_GET['delete'])) { $name = $_GET['delete']; $ch = curl_init("$api_base/delete/$name"); curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "DELETE"); curl_exec($ch); curl_close($ch); header("Location: index.php"); } // 3. Ambil Daftar Kamera (READ) $data = json_decode(file_get_contents("$api_base/list?page=0&itemsPerPage=100"), true); ?> CCTV Manager

Manajemen Kamera Hik-Connect Mandiri