secker_del.php

来自「医院网站系统」· PHP 代码 · 共 38 行

PHP
38
字号
<?
session_start();
?>
<style type="text/css">
<!--
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
	font-style: italic;
	font-size:17px;
}
a:active {
	text-decoration: none;
	color: #000066;
}
.STYLE2 {font-size: 14px}
-->
</style>
<table width="528" border="1" cellpadding="1" cellspacing="0">
  <tr>
    <? 
		require_once 'conn.php';
		//$sql="delete form `worker` where `id`=".trim($id)." limit 1";
		$sql="DELETE FROM `secker` WHERE `secker`.`id`=$id LIMIT 1";
		echo "$sql";
		$result=mysql_db_query("hostipal",$sql,$cn);
		echo "恭喜,删除成功,请<a href=admin_right.php>返回</a>";
	?>
  </tr>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?