影响PHP+MYSQL执行速度的写法对比第1/7页
影响PHP+MYSQL执行速度的写法对比第1/7页
发布时间:2016-12-29 来源:查字典编辑
摘要:[code]

[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 当前1/7页1234567下一页阅读全文

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新php教程学习
热门php教程学习
编程开发子分类