first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
include('../koneksi.php');
|
||||
$key=$_POST['key'];
|
||||
if ($key=='simpan_selesai') {
|
||||
$id=$_POST['id'];
|
||||
$upd = pg_query("UPDATE riwayat_kegiatan SET
|
||||
status='Selesai'
|
||||
WHERE id='$id'");
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user