first commit
This commit is contained in:
No files matched your search
@@ -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'");
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user