first commit 2
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
include_once('./_common.php');
|
||||
|
||||
$id = $_GET['id'];
|
||||
if (!$id) alert('잘못된 접근입니다.');
|
||||
|
||||
sql_query(" delete from {$g5['contact_inquiry_table']} where id = '{$id}' ");
|
||||
|
||||
goto_url('./list.php');
|
||||
?>
|
||||
Reference in New Issue
Block a user