Skip to content

Instantly share code, notes, and snippets.

View agungsp2000's full-sized avatar
😴

Agung Sagita agungsp2000

😴
View GitHub Profile
@agungsp2000
agungsp2000 / master-detail.php
Created May 21, 2022 12:52 — forked from cuheguevara/master-detail.php
Master Detail PHP jQuery
<?php
if (isset($_POST["tombol"]))
{
echo "<pre>";
//print_r($_POST);
echo "</pre>";
$head = $_POST["head"];
$detail = $_POST["item"];
echo "Head Looping Foreach <br/>";