first commit

This commit is contained in:
root
2024-08-13 05:44:19 +00:00
commit 2b7abf23e8
2299 changed files with 379710 additions and 0 deletions

No files matched your search

+14
View File
@@ -0,0 +1,14 @@
<?php
include('../../koneksi.php');
$key=$_POST['key'];
if ($key=='simpan_sertifikat') {
$riwayat_kegiatan_id=$_POST['riwayat_kegiatan_id'];
$no_tu=$_POST['no_tu'];
$upd = pg_query("UPDATE riwayat_kegiatan SET
no_tu='$no_tu'
WHERE id='$riwayat_kegiatan_id'");
}
?>