📄 flsdbadd.php
字号:
<?
include "../check.php"
?>
<?
include "../sql.php"
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<?php
$sql="insert into charge_rate (init_fee,month_fee,init_month,free_days,ps_fre_month,ps_ps_days) values ('$textfield2','$textfield3','$textfield4','$textfield5','$textfield6','$textfield7')";
mysql_query($sql);
echo "<script language='javascript'>";
echo " location='flsd.php';";
echo "</script>";
?>
<body>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -