first commit

This commit is contained in:
2024-05-31 14:18:00 +07:00
commit 1f8ef5e17f
4029 changed files with 777987 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?php
$no_urut=$_POST['b'];
?>
<input type="hidden" id="nour" value="<?php echo $no_urut; ?>">
<div id="tabel_s"></div>
<script type="text/javascript">
var no_urut = $('#nour').val();
$('#tabel_s').load('app/skeluar/tabel_s.php',{no_urut:no_urut});
</script>