⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 secker_add.php

📁 医院网站系统
💻 PHP
字号:
<?
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -