secker_add.php

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

PHP
36
字号
<?
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="INSERT INTO `secker` VALUES (null, '$textfield2', '$textfield3', '$textfield4', '$textfield5', '$textfield6', '$textfield7', '$textfield8', '$textfield9', '$textfield10', '$textfield11', '$textfield12', '$textfield13', '$textfield14');
";
		$result=mysql_db_query("hostipal",$sql,$cn) or die("失败");
		echo "恭喜,添加成功,请<a href=admin_right.php>返回</a>";
	?>
  </tr>
</table>

⌨️ 快捷键说明

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