`

find_info.php源代码分析

阅读更多
<script>function StorePage(){d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.365key.com/storeit.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t),'keyit','scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes'));keyit.focus();}</script>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<link href="css/style.css" rel="stylesheet">

<style type="text/css">

<!--

.style12 {color: #FFFFCC}

.style13 {color: #FF8502}

-->

</style>

<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">

<tr valign="top">

<td colspan="2"><?php include("top.php");?></td>

%包含top.php文件。

</tr>

<tr>

<td width="217" valign="top" background="Images/line2.gif"><?php include("left.php");?></td>

%包含left.php

<td width="586" valign="top" bgcolor="#FEFEF6"> <table width="563" height="587" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="563" height="587" valign="top" bgcolor="#FFFFFF"><table width="563" border="0" cellspacing="0" cellpadding="0">

<tr>

<td width="563" height="27" bgcolor="#3983B6">&nbsp;&nbsp;&nbsp;&nbsp;<span class="style12"><span class="style13">■</span>&nbsp;&nbsp;<strong>检索结果</strong></span></td>

</tr>

<tr>

<td align="center" valign="top">

<?php

include("conn/conn.php");

%包含连接数据库的conn.php

$type=$_POST[type];

%获得类型标识符

$content=$_POST[content];

%获得内容标识符

$sql1=mysql_query("select * from tb_leaguerinfo where checkstate=1 and type='$type' and (content like'%$content%' or title like'%$content%' or linkman like'%$content%' or tel like'%$content%')");

%根据类型和内容从表tb_leaguerinfo进行模糊查询

$info1=mysql_fetch_array($sql1);

%获得查询结果

$sql=mysql_query("select * from tb_info where checkstate=1 and type='$type' and (content like'%$content%' or title like'%$content%' or linkman like'%$content%' or tel like'%$content%')");

%根据类型和内容从表tb_info进行模糊查询

$info=mysql_fetch_array($sql);

%获得查询结果

?>

<?php

if($info1){

%若结果不为空

do{

?>

<table width="540" border="0" cellspacing="0" cellpadding="0">

<tr>

<td height="26">『<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info1[type]);?>』&nbsp;<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info1[title]);?>&nbsp;&nbsp;<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info1[edate]);?></td>

%str_replace(find,replace,string,count)
% 参数 描述
find 必需。规定要查找的值。
replace 必需。规定替换find中的值的值。
string 必需。规定被搜索的字符串。

count

可选。一个变量,对替换数进行计数。

%

</tr>

<tr>

<td height="26">&nbsp;&nbsp;&nbsp;&nbsp;<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info1[content]);?></td>

</tr>

<tr>

<td height="26">&nbsp;联系人:<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info1[linkman]);?>&nbsp;&nbsp;&nbsp;联系电话:<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info1[tel]);?></td>

</tr>

<tr>

<td height="3" background="Images/line1.gif"></td>

</tr>

</table>

<?php

}while($info1=mysql_fetch_array($sql1));

?>

</td>

</tr>

<tr>

<td height="140" align="center" valign="top"> <br>

<?php

if($info){

do{

?>

<table width="540" border="0" cellspacing="0" cellpadding="0">

<tr>

<td height="26">『<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info[type]);?>』&nbsp;<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info[title]);?>&nbsp;&nbsp;<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info[edate]);?></td>

</tr>

<tr>

<td height="26">&nbsp;&nbsp;&nbsp;&nbsp;<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info[content]);?></td>

</tr>

<tr>

<td height="26">&nbsp;联系人:<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info[linkman]);?>&nbsp;&nbsp;&nbsp;联系电话:<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info[tel]);?></td>

</tr>

<tr>

<td height="3" background="Images/line1.gif"></td>

</tr>

</table>

<?php

} while($info=mysql_fetch_array($sql));

}

}else{

?>

<?php

if($info){

do{

?>

<table width="540" border="0" cellspacing="0" cellpadding="0">

<tr>

<td height="26">『<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info[type]);?>』&nbsp;<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info[title]);?>&nbsp;&nbsp;<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info[edate]);?></td>

</tr>

<tr>

<td height="26">&nbsp;&nbsp;&nbsp;&nbsp;<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info[content]);?></td>

</tr>

<tr>

<td height="26">&nbsp;联系人:<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info[linkman]);?>&nbsp;&nbsp;&nbsp;联系电话:<?php echo str_ireplace($content,"<font color='#FF0000'>".$content."</font>",$info[tel]);?></td>

</tr>

<tr>

<td height="3" background="Images/line1.gif"></td>

</tr>

</table>

<?php

} while($info=mysql_fetch_array($sql));

}else{

?>

<table width="540" border="0" cellspacing="0" cellpadding="0">

<tr>

<td align="center">您检索的信息资源不存在!</td>

</tr>

</table>

<?php

}

}

?>

</td>

</tr>

</table>

<p>&nbsp;</p>

<p>&nbsp;</p></td>

</tr>

</table> </td>

</tr>

<tr>

<td colspan="2"><?php include("bottom.php");?></td>

</tr>

</table>

分享到:
评论

相关推荐

    Discuz_X3.5_SC_UTF8.zip

    可能是遵循某种开放源代码许可证,如GPL(GNU General Public License),允许用户自由地使用、修改和分发软件。 3. **qqqun.png**:这可能是一个PNG图像文件,通常用作图标或示例图片。在这个上下文中,它可能是...

    99度供求信息网源码

    4. **search_info.php**:搜索引擎的相关代码,用户通过此文件进行全局搜索。 5. **invitejob_info.php**:可能是指邀请工作或兼职信息,让用户可以发布寻找合作伙伴或团队成员的需求。 6. **house_info.php**:房屋...

    php截取html源代码的简单函数simplehtmldom

    在PHP开发中,有时我们需要处理HTML源代码,例如抓取网页内容、提取特定标签的数据等。在这种情况下,`simplehtmldom`库提供了一个简洁的API来解析和操作HTML文档。`simplehtmldom`是一个PHP类库,它使得解析和操作...

    up_718468_phpQuery_zlue1.rar

    3. "phpQuery":这可能就是phpQuery库的源代码文件或目录,包含了一系列的PHP类和函数,用户可以直接引入到自己的项目中,通过阅读源码,开发者可以深入理解phpQuery的工作原理和用法。 通过学习和使用phpQuery,...

    up_788158_php-webdriver-bindings_q7pxwb.rar

    标题中的"up_788158_php-webdriver-bindings_q7pxwb.rar"表明这是一个关于PHP WebDriver Bindings的压缩文件,其中包含了相关的源代码和可能的示例。PHP WebDriver Bindings是一个PHP库,它使得开发人员能够使用PHP...

    纯真数据库读取程序代码

    "纯真数据库读取程序代码"是一个用于处理和解析纯真IP数据库的C++源代码项目,包含了两个关键文件:SEU_QQwry.cpp和SEU_QQwry.h。这个程序的主要目的是帮助开发者在他们的应用中快速查找并识别IP地址对应的地理位置...

    up_472700_php-webdriver-bindings_542hi.rar

    标题中的"up_472700_php-webdriver-bindings_542hi.rar"表明这是一个关于PHP Webdriver Bindings的压缩包,其中可能包含了相关的源代码、文档或者示例。描述中提到,该库使得用PHP编写功能测试成为可能,通过...

    php+html+mysql运动会毕设作业源代码含数据库

    这是一个基于PHP、HTML和MySQL构建的运动会管理系统的毕设项目源代码,包含了完整的数据库设计。这个系统具有三个主要角色:学生、教师和裁判,每个角色都有特定的功能和权限。 首先,教师可以在这个平台上发布比赛...

    cmake方式开发php扩展

    CMake的工作流程分为两步:首先,在源代码目录下创建一个构建目录(通常称为`build`),然后在构建目录中运行`cmake ..`命令来生成特定平台的构建文件(如Unix下的`makefile`或Visual Studio的解决方案文件)。...

    php7.2的mongodb扩展

    MongoDB扩展通常遵循PHP的开放源代码许可证,如PHP License或MIT License,这允许用户自由地使用、修改和分发代码,但可能需要遵守一定的条款,例如保留原始作者的版权信息。 **README.md** `README.md`是项目的...

    phpQuery_qwpmrj_phpQuery_

    2. b099d0d89e102851bf57bf4985d4cb40.txt、02970288f7507ab147fafcac147521b2.txt、5c225c0d5b3e49736e58838f74d735f4.txt:这些可能是采集过程中抓取到的网页源代码的副本,或者是处理后的数据文件,每个文件名...

    [PHP+MySQL]图书馆管理系统前后台全部代码(附带数据库脚本)

    这是一个基于PHP和MySQL技术开发的图书馆管理系统的源代码包,包含完整的前后台功能以及数据库脚本,便于开发者理解和部署。这个系统提供了丰富的功能,如图书的添加、编辑和删除,以及分类管理。同时,它还支持两级...

    MaxDOS_71PXE_G115.rar

    MaxDOS 7.1 说明文件 ...==============================================================================...Find.exe 文本找加工具. Format.com 格式化fat32分区命令. J.com 弹出或关闭光驱门...

    php操作html(类似jquery的选择器)

    安装Simple HTML DOM库通常是通过下载其源代码并包含到项目中。在本例的压缩包中,"simplehtmldom"可能包含了这个库的文件,通常是一个名为"simple_html_dom.php"的文件。 使用Simple HTML DOM库的一个基本示例如下...

    替换字符串的特定字符源代码.zip

    这个压缩包“替换字符串的特定字符源代码.zip”很可能包含了不同编程语言实现这一功能的源代码示例。下面,我们将探讨这个主题,深入理解字符串替换的原理,并学习几种常见编程语言的实现方式。 字符串是由字符组成...

    up_1129207_php-webdriver-bindings_c0ztu.rar

    它们可能包含了项目的一些元数据或者版本信息,对于学习库的使用来说,直接阅读源代码"php-webdriver-bindings"会更有帮助。这个源代码目录下包含了所有的类和函数,它们是实现WebDriver功能的核心。 在使用PHP ...

    up_1254104_phpQuery_s82h0.rar

    在提供的压缩包文件中,有两个文本文件(1a09088675079171f55369de8c8a687d.txt和fileinfo.txt)可能是项目说明或示例代码,而phpQuery文件可能是库的源代码或使用示例。为了更好地利用这个库,你需要解压文件,查看...

    PHP基于Linux的远程管理系统客户端的实现(源代码+论文).7z

    源代码和论文的结合,意味着项目不仅提供了实际的软件实现,还阐述了设计思路、遇到的问题以及解决方案,这对学习者来说是一份宝贵的资源。 在实际操作中,开发者还需要使用版本控制系统(如Git)来管理代码,使用...

    打造linux下的Source Insight

    Cscope是一个强大的源代码分析工具,它可以用来查找函数定义、引用、全局变量等。从官方源获取最新版cscope源码,例如cscope-15.8b.tar.gz,并按照以下步骤安装: ```bash tar -zxvf cscope-15.8b.tar.gz cd cscope...

    基于PHP的simplehtmldom 一个PHP处理HTML的利器(方便采集).zip

    首先,SimpleHtmlDom的安装非常简单,通常只需要将源代码下载到项目中,然后通过require或include语句引入即可。一旦引入,我们就可以使用file_get_html()函数来加载HTML文档,无论是本地文件还是远程URL。例如: `...

Global site tag (gtag.js) - Google Analytics