function PraDel() { $del = $_REQUEST['del']; $mkid = $_REQUEST['mkid']; $s = "delete from mkpra where MKPraID='{$del}' "; $r = _query($s); UpdatePrasyarat($mkid); }
function PraDel() { $del = $_REQUEST['del']; $mkid = $_REQUEST['mkid']; $s = "delete from mkpra where MKPraID='{$del}' "; $r = _query($s); UpdatePrasyarat($mkid); BerhasilSimpan("?mnux={$_SESSION['mnux']}&mkid={$mkid}&sub=PraEdt", 100); }