flsdbadd.php
来自「辅助radius软件的管理程序web平台下的程序代码自己还没有测试过」· PHP 代码 · 共 23 行
PHP
23 行
<?
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 + =
减小字号Ctrl + -
显示快捷键?