- 浏览: 124700 次
- 性别:
- 来自: 武汉
-
文章分类
最新评论
<link href="css/style.css" rel="stylesheet">
<?php
include("conn/conn.php");
%数据库连接文件
?>
<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" background="Images/fufei.gif"> </td>
</tr>
<tr>
<td height="96" align="center" valign="top"><br>
<?php
$date1=date("Y-m-d");
%获取当前的年月日
$sgsql=mysql_query("select * from tb_leaguerinfo where type='寻人/物启示' and showday>='$date1' and checkstate=1 ");
%查询字符串
$sginfo=mysql_fetch_array($sgsql);
%查询结果
if($sginfo){
do{
?>
<table width="540" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="26"><span class="style1">『寻人/物启示』</span><span class="style8"> <?php echo $sginfo[title];?> </span><span class="style6"> <?php echo $sginfo[edate];?></span></td>
</tr>
<tr>
<td height="26"> <span class="style5"> <?php echo $sginfo[content];?></span></td>
</tr>
<tr>
<td height="26"> <span class="style8">联系人:<?php echo $sginfo[linkman];?> 联系电话:<?php echo $sginfo[tel];?></span></td>
</tr>
<tr>
<td height="3" background="Images/line1.gif"></td>
</tr>
</table>
<?php
}while($sginfo=mysql_fetch_array($sgsql));
%展示信息
}else{
?>
<table width="540" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">暂无寻人/物启示信息资源!</td>
</tr>
</table>
<?php
}
?></td>
</tr>
<tr>
<td align="center" valign="top"><table width="560" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="87" background="Images/guanggao.gif"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="27" background="Images/mian.gif"> </td>
</tr>
<tr>
<td height="140" align="center" valign="top">
<br>
<?php
$sql=mysql_query("select count(*) as total from tb_info where type='寻人/物启示' and checkstate=1");
%查询字符串
$info=mysql_fetch_array($sql);
%查询结果
$total=$info[total];
%获取查询结果的总数,并存在total变量中
$pagesize=4;
%每页显示4个结果
if ($total<=$pagesize){
$pagecount=1;
%不足4个结果的,只有一个页
}
if(($total%$pagesize)!=0){
$pagecount=intval($total/$pagesize)+1;
%结果不能除尽,则取商加1
}else{
$pagecount=$total/$pagesize;
%否则,直接取商
}
if(($_GET[page])==""){
$page=1;
%默认显示第一页
}else{
$page=intval($_GET[page]);
%否则显示url中指定的页数
}
$gsql=mysql_query("select * from tb_info where type='寻人/物启示' and checkstate=1 order by edate desc limit ".($page-1)*$pagesize.",$pagesize");
%根据相应的页和相应的数,来查询相应的内容
$ginfo=mysql_fetch_array($gsql);
%获取结果
if($ginfo){
do{
?>
<table width="540" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="26"><span class="style1">『寻人/物启示』</span><span class="style8"> <?php echo $ginfo[title];?> </span><span class="style6"> <?php echo $ginfo[edate];?></span></td>
</tr>
<tr>
<td height="26"> <span class="style5"> <?php echo $ginfo[content];?></span></td>
</tr>
<tr>
<td height="26"> <span class="style8">联系人:<?php echo $ginfo[linkman];?> 联系电话:<?php echo $ginfo[tel];?></span></td>
</tr>
<tr>
<td height="3" background="Images/line1.gif"></td>
</tr>
</table>
<?php
}while($ginfo=mysql_fetch_array($gsql));
%展示信息
?>
<table width="543" height="27" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="543" height="27" colspan="3" align="right"> 共有
<?php
echo $total;
?>
条 每页显示 <?php echo $pagesize;?> 条 第 <?php echo $page;?> 页/共 <?php echo $pagecount; ?> 页
<?php
if($page>=2){
?>
<a href="search.php?page=1" title="首页"></a> <a href="search.php?page=<?php echo $page-1;?>" title="前一页">
<?php
}
if($pagecount<=4){
for($i=1;$i<=$pagecount;$i++){
?>
<a href="search.php?page=<?php echo $i;?>"><?php echo $i;?></a>
<?php
}
}else{
for($i=1;$i<=4;$i++){
?>
<a href="search.php?page=<?php echo $i;?>"><?php echo $i;?></a>
<?php }?>
<a href="search.php?page=<?php echo $page-1;?>" title="后一页"></a> <a href="search.php?page=<?php echo $pagecount;?>" title="尾页"></a>
<?php }?></td>
</tr>
</table>
<?php
}
else{
?>
<table width="540" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">暂无寻人/物启示信息资源!</td>
</tr>
</table>
<?php
}
?>
</td>
</tr>
</table>
</td>
</tr>
</table>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
发表评论
-
advertising.php源代码分析
2009-05-19 22:17 638<script>function StorePag ... -
advertising_ok.php
2009-05-20 21:48 525<script>function StorePag ... -
blank.php 和 bottom.php
2009-05-21 22:36 957<script>function StorePag ... -
chkadmin.php的源代码分析
2009-05-22 23:23 839<script>function StorePag ... -
del_ok.php源代码分析
2009-05-23 22:41 436<script>function StorePag ... -
find_fufei.php源码分析
2009-05-24 22:28 816<script>function StorePag ... -
find_gg.php源代码分析
2009-05-25 22:48 530<script>function StorePag ... -
find_mianfei.php源代码分析
2009-05-26 21:52 777<script>function StorePag ... -
fudel_ok.php源代码分析
2009-05-27 21:26 433<script>function StorePag ... -
gg_ok.php源代码分析
2009-05-28 21:21 464<script>function StorePag ... -
index.php源代码分析
2009-05-29 22:45 1352<script>function StorePag ... -
left.php源代码分析
2009-05-30 23:42 608<script>function StorePag ... -
login.php源代码分析
2009-05-31 22:14 1186<script>function StorePag ... -
release_content.php源代码分析
2009-06-01 22:54 871<script>function StorePag ... -
conn.php源代码分析
2009-06-02 23:42 1117<script>function StorePag ... -
car_info.php源代码分析
2009-06-03 21:55 759<script>function StorePag ... -
find_info.php源代码分析
2009-06-04 23:29 751<script>function StorePag ... -
foster_info.php源代码分析
2009-06-05 23:06 679<script>function StorePag ... -
house_info.php源代码分析
2009-06-06 23:01 644<script>function StorePag ... -
invitejob_info.php源代码分析
2009-06-07 23:49 774<script>function StorePag ...
相关推荐
根据ArcSoft的工具包设计的简单人脸识别DEMO,仅供学习。... 开发环境准备: ###开发使用到的软件和工具: Jdk8、mysql5.7、libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll...
"viart_shop-3.4.7.zip" 是一个包含PHP网站源代码的压缩包,特别针对英文版本的网店设计,适用于外贸网站的建设和管理。这个版本3.4.7代表了该软件在开发过程中的一个稳定迭代,提供了丰富的功能和优化的用户体验。...
在“3.0”这个子文件中,我们可能会找到这个PHP LDAP电话簿应用的源代码、配置文件、测试脚本或升级指南。源代码可能包括了与LDAP服务器交互的核心功能,如连接、搜索、过滤器的实现等;配置文件可能包含了连接到...
在实际操作中,源代码的管理还包括使用各种工具来检查代码质量、分析性能瓶颈、确保安全性以及自动化测试等。例如,SonarQube可以用来进行代码质量检查,JMeter可以用于性能测试,而安全性扫描则可能使用Fortify或...
而"deb_php.3.3_ldap_源码"这个压缩包文件名暗示了其内容是PHP 3.3版本与LDAP(Lightweight Directory Access Protocol)相关的源代码。接下来,我们将深入探讨PHP与LDAP的结合使用以及它们在实际应用中的重要性。 ...
这个压缩包包含了实现这一功能的源代码,让我们逐一深入研究这两个版本。 首先,jQuery是一个轻量级、高性能的JavaScript库,它简化了HTML文档遍历、事件处理、动画设计以及Ajax交互。在jQuery版本中,开发者可能...
对于有一定基础或热衷于研究的人来说,可以在这些基础代码上进行修改和扩展,实现其他功能。【沟通交流】:有任何使用上的问题,欢迎随时与博主沟通,博主会及时解答。鼓励下载和使用,并欢迎大家互相学习,共同进步...
源码中的各个目录结构清晰,如`/admin`(后台管理)、`/forum`(论坛模块)、`/source`(核心源代码)等,便于理解和修改。 2. **数据库设计**:Discuz!NT依赖于MySQL或SQL Server等数据库,其数据模型包括用户、...
【标题】"car_store.zip_carstore" 是一个与汽车销售相关的网站源代码压缩包,它包含了一套完整的在线购车平台的编程实现。这个网站允许用户进行汽车浏览、搜索和购买,同时提供了后台管理功能,方便对网站内容进行...
在IT行业中,构建社区论坛是一项常见的任务,旨在提供一个平台让用户可以进行互动、分享知识和经验。...这些标签可能是论坛的不同分区或者特色功能的标识。...具体实现细节需要解压文件并查看源代码才能深入了解。
- search.php:搜索程序文件,用于执行商品搜索功能。 - sitemaps.php:google sitemap文件,用于生成网站地图,方便搜索引擎抓取。 - snatch.php:夺宝奇兵前台页面文件。 - tag_cloud.php:标签云文件,用于展示...
《飘萍网站导航(仿Google)v1.2_poopin.daohang.zip》是一款基于网页的导航系统,旨在提供类似...通过解压文件并查看源代码,可以深入了解上述技术的应用,以及开发者如何将它们组合成一个功能完善的网站导航系统。
本资源“Laravel框架开发实战_源代码.zip”显然是一份用于教学目的的实践教程,包含了完整的源代码,可以帮助学习者深入理解Laravel的实际应用。 在Laravel框架中,以下几个核心知识点是非常重要的: 1. **路由...
1. PHP源代码文件:如index.php、search.php等,用于实现系统的功能逻辑。 2. 数据库配置文件:如config.php,存储数据库连接信息。 3. SQL脚本文件:用于创建和初始化数据库表结构。 4. CSS和JavaScript文件:用于...
[影音娱乐]超级mp3搜索引擎_rohump3search.zip源码PHP项目源代码下载[影音娱乐]超级mp3搜索引擎_rohump3search.zip源码PHP项目源代码下载 1.适合个人搭建网站项目参考 2.适合学生毕业设计搭建网站参考 3.适合小公司...
"商务维基网源码_mchtviki.zip"是一个压缩包文件,包含了构建商务维基网站的源代码。源码是编程领域的基础元素,它是由程序员编写的、用于控制计算机执行特定任务的文本文件。这个特定的源码可能是用一种或多种编程...
【网新新闻全站系统源码_wxnews.zip】是一个包含新闻网站完整源代码的压缩文件,适合开发者作为代码参考和学习使用。该系统可能涵盖了新闻发布、分类管理、用户互动等多个功能模块,旨在提供一个全面的新闻资讯平台...
首先,"示例代码"通常包含用于教学、演示或测试目的的源代码。这些代码片段可以涵盖从基础语法到高级特性的各个方面。例如,如果你在Python中看到一个名为"print_hello_world.py"的文件,这可能是一个简单的程序,...
`xpl.php`和`xpl_search.php`是PHP源代码文件,它们可能包含了业务逻辑、数据处理或用户交互等功能。 2. **文件压缩与解压**: `.zip`是常见的文件压缩格式,它允许将多个文件或目录打包成一个单一的文件,便于存储...