configs.inc.php
上传用户:m68239277
上传日期:2014-10-12
资源大小:824k
文件大小:0k
源码类别:

Web服务器

开发平台:

PHP

  1. <?php
  2. $sp=$_SESSION["super_agent"];
  3. $sqp=mysql_query("select * from super_agent where user_account='$sp'",$conn);
  4. if(mysql_num_rows($sqp)<>0) $drop_lows=mysql_result($sqp,0,"low_credit");
  5. ?>