第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

PHP查詢問題

<?php

$wherelist=array();

if(!empty($_GET['sid']))

{

$wherelist[]=" sid like '%".$_GET['sid']."%'";?

}

if(!empty($_GET['sname']))

{

$wherelist[]=" sname like '%".$_GET['sname']."%'";

}if(!empty($_GET['ssex']))

{

$wherelist[]=" ssex like '%".$_GET['ssex']."%'";

}

$where="";

if(count($wherelist)>0)

{

$where=" where ".implode(' and ',$wherelist);//implode 把數(shù)組元素組合為字符串

}

//分頁(yè)的實(shí)現(xiàn)原理

//1.獲取數(shù)據(jù)表中總記錄數(shù)

$sql="select * from student? $where ";?

$result=mysql_query($sql);

$totalnum=mysql_num_rows($result);

//每頁(yè)顯示條數(shù)

$pagesize=8;

//總共有幾頁(yè)

$maxpage=ceil($totalnum/$pagesize);

$page=isset($_GET['page'])?$_GET['page']:1;//isset函數(shù)是檢測(cè)變量是否設(shè)置。

if($page <1)

{

$page=1;

}

if($page>$maxpage)

{

$page=$maxpage;

}

$limit=" limit ".($page-1)*$pagesize.",$pagesize";//顯示當(dāng)前頁(yè)

$sql0="select yhouse from yuangong where yid='{$_COOKIE['a']}'";

$rs0=mysql_query($sql0,$link);

$row0=mysql_fetch_assoc($rs0);

$yh=$row0['yhouse'];

$sql1="select * from student $where order by sid desc $limit"; //此處加了id降序

$res=mysql_query($sql1);

?>

為甚么我$sql1="select * from student where $yh=shourse $where order by sid desc $limit"; 變成這樣搜索功能就不行了呢?求幫忙謝謝你們!

正在回答

1 回答

為什么和英文不好有關(guān)系,我也英文不咋滴,不過還能稍微能看懂marksetattribute。。學(xué)習(xí)

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)