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

📄 search.php

📁 一具非常好的用系统你可照着说明就可以用了
💻 PHP
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新易设计简单下载系统搜索程式</title>
<link rel="stylesheet" href="css.css">
<style type="text/css">
<!--
body {
	background-color: #52D0BB;
}
-->
</style></head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    
  
    <td><div align="center"><font color="#2f4119">|<a href="index.php">全部</a>| 
        <?
$fp=@file("index");
for ($i=1;$i<count($fp);$i++)
{
    $info=explode("│",$fp[$i]);
    echo "<a href=\"index.php?class=".$info[0]."\" title=\"".$info[2]."\n共有程序".$info[3]."个\">".$info[1]."</a>|";
    $$info[0]=$info[1];
}


?>
        </font> </div></td>
  </tr>
  <tr> 
    <td height="20"> 
      <div align="center">
        <p>&nbsp;</p>
        <p>&nbsp;</p>
        <p><font color="#2f4119">请输入程序名称进行查找:</font> </p>
      </div></td>
  </tr>
  <tr>
    <td height="50"><div align="center"><form name="artsearch" action="index.php" method="post" >
          <input name="key" type="text" value="程序名称" size="10">
          <input type="submit" name="search" value="Search">
        </form></div></td>
  </tr>
  <tr> 
    <td>
<div align="center"><font color="#2f4119">copyrights&copy;新易设计(Siny Design) powered by 无所谓的疯狂</font></div></td>
  </tr>
</table>

</body>
</html>

⌨️ 快捷键说明

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