影响PHP+MYSQL执行速度的写法对比第17页
2018-09-07 11:57
[code]<?php
include_once(../db.php);
if($_GET[x2]==0and$_GET[x1]==0)
{
$t=s1=;
}else
{
if($_GET[x2]!=0)
{
$t=x2=$_GET[x2];
}else
if($_GET[x1]!=0)
{
$t=x1=$_GET[x1]andx2=0;
}
}
$query=selectcount(*)fromask_memberwhere$t;
$result2=mysql_db_query($DataBase,$query);
$r3=mysql_fetch_array($result2);
$amount=$r3[0];
$page_size=5;
if($amount%$page_size==0and$amount>0)
{
$pagecount=($amount/$page_size);
}else
{
$pagecount=intval($amount/$page_size)+1;
}
if($_GET 1234567下一页阅读全文
上一篇:PHP4实际应用经验篇(1)
下一篇:PHP实现验证码校验功能
文章标题:影响PHP+MYSQL执行速度的写法对比第17页
文章链接:http://soscw.com/index.php/essay/11394.html