freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

php應(yīng)用實例集錦_圖書管理系統(tǒng)-資料下載頁

2025-05-14 00:48本頁面

【導讀】echo"<Palign=center>沒有找到指定的書";echo"<Palign=center>書籍:".$lists[book_title]."<br>已成功登記<br>";echo"<palign=center>你的用戶信息已經(jīng)丟失<br>";echo"<Palign=center>選擇數(shù)據(jù)庫出錯";

  

【正文】 =50%input type=text name=outtime1 size=4年 input type=text name=outtime2 size=2月 /td /tr tr td width=50% align=right各條件:與 input type=radio value=and name=select1 checked或 input type=radio value=or name=select1 /td td width=50%絕對匹配 input type=radio value=yes name=select2 checked 模糊匹配 input type=radio value=no name=select2/td /tr tr td width=50% align=center colspan=2 input type=submit value=查詢 name=B1/td /tr /table /form p align=centerfont color=red size=2請注意 : 輸入條件中應(yīng)至少有一項不為空 /font/p /td /tr /table /center /div ?php endif。 function selects($strname,$strname2,$selectkey,$selectname) { global $sql。 if($selectname== || $selectname== ) 。 else if(strpos($sql,=) || strpos($sql,like)) if($selectkey==yes) return .$strname2. .$strname.=39。.$selectname.39。 else 國 PHP 編程基礎(chǔ)及應(yīng)用實例集錦 – 22 – return .$strname2. .$strname. like 39。%.$selectname.%39。 else if($selectkey==yes) return $strname.=39。.$selectname.39。 else return $strname. like 39。%.$selectname.%39。 } if($mode==doit) { //構(gòu)造查詢條件 $postword=?mode=doitamp。book_title=.$book_title. amp。member_name=.$member_name。 $postword.=amp。publish=.$publish.amp。outtime1=.$outtime1. amp。outtime2=.$outtime2.amp。select1=.$select1.amp。select2=.$select2。 if($pager==) $pagenum=0。 else $pagenum=$pager。 $pagenum=(int)$pagenum。 $sql=select * from book where (.selects(book_title,$select1,$select2,$book_title)。 $sql.=selects(book_author,$select1,$select2,$member_name)。 $sql.=selects(book_publishing,$select1,$select2,$publish)。 if(trim($outtime1)==) $outtimes=。 else { if(trim($outtime2)==) $temptime=01。 else $temptime=$outtime2。 echo $temptime.01.$outtime1。 if(checkdate($temptime,01,$outtime1)) { $outtimes=$outtime1..$temptime.01。 } else $outtimes=。 第 1章 PHP 概述 國 – 23 – } $sql.=) order by book_publishinging_time desc。 $sql.= limit .($pagenum*$page_counter).,.(($pagenum+1)*$page_counter)。 //進行查詢 $rs=@mysql_query($sql,$conn) or die (P align=center查詢發(fā)生錯誤 br a href=\javascript:(1)\返回 /a)。 if(mysql_num_rows($rs)==0) echo P align=center數(shù)據(jù)庫中沒有符合要求的記錄 br a href=\javascript:(1)\返回 /a。 else list_sequel($rs,$postword,$oldsql)。 } mysql_close($conn)。 //顯示查詢結(jié)果 function list_sequel($rs,$postword,$oldsql) { global $conn,$page_counter,$pagenum。 ? div align=center center table border=1 width=90% bordercolor=008000 cellspacing=0 cellpadding=0 height=205 tr td width=100% height=203 valign=top p align=center class=1查詢結(jié)果 /p table border=1 width=100% cellspacing=0 cellpadding=0 bordercolor=FFCCCC tr td width=20% align=center height=21書名 /td td width=10% align=center作者 /td td width=20% align=center出版社 /td td width=10% align=center出版日期 /td td width=24% align=center書籍編號 /td td width=8% align=center總庫存 /td td width=8% align=center現(xiàn)存 /td /tr 國 PHP 編程基礎(chǔ)及應(yīng)用實例集錦 – 24 – ?php while($lists=mysql_fetch_array($rs)) { echo trtd width=\20%\ height=\21\。 echo $lists[book_title]。 echo /td。 echo td width=\10%\。 echo $lists[book_author]。 echo /td。 echo td width=\20%\。 echo $lists[book_publishing]。 echo /td。 echo td width=\10%\。 echo substr($lists[book_publishinging_time],0,7)。 echo /td。 echo td width=\24%\。 echo $lists[book_number]。 echo /td。 echo td width=\8%\。 echo $lists[book_in_number]。 echo /td。 echo td width=\8%\。 echo $lists[book_stocks]。 echo /td。 echo /tr。 } echo /table。 //分頁顯示 , 確定每頁顯示記錄的條數(shù) $rs1=mysql_query($oldsql,$conn)。 $maxnum=mysql_num_rows($rs1)。 if($maxnum = $page_counter) $maxpagenum= $maxnum / $page_counter。 第 1章 PHP 概述 國 – 25 – if(($maxnum % $page_counter)!=0) $maxpagenum+=1。 echo P 。 $j=0。 for($i=0。$i$maxpagenum。$i++) { if($pagenum!=$i) echo a href=\.$postword.amp。pager=.$i.\.($i+1)./a。 else echo ($i+1)。 if((($j+1) % 15)==0) echo br。 $j+=1。 } echo /center。 echo p align=\right\ .($pagenum+1)./.$maxpagenum.。 ? /td /tr /table /div ?php } ? / body /html 程序 918 文件名: //注銷用戶,退出圖書管理系統(tǒng) ?php setcookie($name1,)。 setcookie($name2,)。 ?
點擊復制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1