⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 search.php

📁 简单的网上店铺
💻 PHP
字号:
<?include("header.php");?>
	
<?

$query = $_GET['query'];
if($query){
$tim = file("prodtable.db");
$sizecat = count($tim);
////////////////////////////////////
for($i=-1;$i<$sizecat;$i++){
$deti = explode("#",$tim[$i]);
if(stristr($deti[2],$query)){
echo "<table border='0' align='center' cellpadding='3' cellspacing='3'><tr><td bgcolor='#EEEEEE'><IMG SRC='prodimg/$deti[5]'> <BR><B>Title:</B> $deti[2] <BR><B>Price:</B> $deti[3]$curency<BR><BR>  <a href='prodshow.php?id=$i'><b style='color:#000000; '>[ details ]</b></a> </td><td bgcolor='#EEEEEE' width='100%'><B>About:</B> $deti[4] </td></tr></table>"; 
}
}
}
?>
	




<?include("footer.php");?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -