📄 add.php
字号:
<?
include_once("inc/auth.php");
include_once("inc/utility_all.php");
include_once("inc/utility_sms1.php");
?>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body class="bodycolor" topmargin="5">
<?
if($MR_ID=="")
$query="insert into MEETING_ROOM(MR_NAME,MR_CAPACITY,MR_DEVICE,MR_DESC,MR_PLACE) values('$MR_NAME','$MR_CAPACITY','$MR_DEVICE','$MR_DESC','$MR_PLACE')";
else
$query="update MEETING_ROOM set MR_NAME='$MR_NAME',MR_CAPACITY='$MR_CAPACITY' ,MR_DEVICE='$MR_DEVICE',MR_DESC='$MR_DESC',MR_PLACE='$MR_PLACE' where MR_ID=$MR_ID";
exequery($connection,$query);
Message("提示","保存成功!");
?>
<center><input type="button" class="BigButton" value="返回" onclick="location='index.php';"></center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -