问段代码

@Ta 2016-04-15发布,2016-04-15修改 1736点击
<?php

session_start();

header('Content-Type:text/html;charset=Ggb2312');

include("./config.php");

$arr=$db->get_user_shell($uid,$shell);   // 用户登陆判断



$gid=$_GET[id];

if(empty($gid)){

echo "<script>alert('对不起,不允许此操作!');window.parent.location='index.php';</script>";

exit();

}

$query=$db->query("select * from vpnuser where id='$gid'");

while($rows=$db->fetch_array($query)){



$row_arr=$rows;



}





include("header.php");

?>

不缺啥不
回复列表(7|隐藏机器人聊天)
添加新回复
回复需要登录