configs.inc.php
资源名称:Nsix.rar [点击查看]
上传用户:m68239277
上传日期:2014-10-12
资源大小:824k
文件大小:0k
源码类别:
Web服务器
开发平台:
PHP
- <?php
- $sp=$_SESSION["super_agent"];
- $sqp=mysql_query("select * from super_agent where user_account='$sp'",$conn);
- if(mysql_num_rows($sqp)<>0) $drop_lows=mysql_result($sqp,0,"low_credit");
- ?>