📄 0-6.php
字号:
<?php
include"../cache/config.inc.php";
include"begin.php";
adminlogin();
if (isset($_GET["add"])) {
$result = mysql_query("select * from {$db_prefix}members where username='$_POST[fidselect2]'", $myconn);
if (!$row = mysql_fetch_array($result)) echoerror(3);
$_groups = $row['groups'];
$result = mysql_query("select * from {$db_prefix}groups where name='$_POST[fidselect]' && id>10", $myconn);
if (!$row = mysql_fetch_array($result)) {
mysql_query("insert into {$db_prefix}groups(name,language,admin,time,num,news) values('$_POST[fidselect]','绠
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -