- 浏览: 121808 次
- 性别:
- 来自: 武汉
文章分类
最新评论
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/style.css" rel="stylesheet">
<script language="javascript">
function chkinput(form){
if(form.content.value==""){
alert("请输入查询关键字!");
form.content.select();
return false;
}
%检查关键字是否输入
}
function opengg(id){
window.open("showgg.php?id="+id,"","width=679,height=443");
%打开广告展示页面
}
</script>
<table width="217" height="593" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="31" background="Images/line.gif"> <img src="Images/landian.gif" width="9" height="9"> <strong>推荐企业广告信息</strong></td>
</tr>
<tr>
<td valign="top" background="Images/line2.gif"><table width="215" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="210" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="5" colspan="2"></td>
</tr>
<?php
include("conn/conn.php");
%包含数据库连接文件
include("JS/function.php");
%包含javascript的函数文件
$gsql=mysql_query("select * from tb_advertising where flag=1 order by id desc limit 0,10",$conn);
%查询字符串
$ginfo=mysql_fetch_array($gsql);
%获得结果
if($ginfo==false){
?>
<tr>
<td width="10" height="5"> </td>
<td height="20"><div align="left">暂无推荐企业广告信息!</div></td>
</tr>
<?php
}
else{
do{
?>
<tr>
<td width="10" height="5"><div align="center">·</div></td>
<td height="20"><div align="left"> <a href="javascript:opengg(<?php echo $ginfo[id];?>);">
<?php
echo msubstr($ginfo[title],0,30);
if(strlen($ginfo[title])>30){
echo "...";
}
?>
</a> </div></td>
</tr>
<?php
}while($ginfo=mysql_fetch_array($gsql));
%展示信息
}
?>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="31" background="Images/line.gif"> <img src="Images/landian.gif" width="9" height="9"> <strong>信息快速检索</strong></td>
</tr>
<form name="form1" method="post" action="findinfo.php">
<tr>
<td height="103" align="center" background="Images/query.gif">
<table width="204" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="204" height="35">关键字:
<input name="content" type="text" id="content" size="20"></td>
</tr>
<tr>
<td height="30">条 件:
<select name="type">
<option value="招聘信息">-招聘信息-</option>
<option value="求职信息" selected>-求职信息-</option>
<option value="培训信息">-培训信息-</option>
<option value="家教信息">-家教信息-</option>
<option value="房屋信息">-房屋信息-</option>
<option value="车辆信息">-车辆信息-</option>
<option value="求购信息">-求购信息-</option>
<option value="出售信息">-出售信息-</option>
<option value="招商引资">-招商引资-</option>
<option value="公寓信息">-公寓信息-</option>
<option value="寻人/物启示">-寻人/物启示-</option>
</select>
</td>
</tr>
<tr>
<td height="23" align="center"><input name="search" type="image" class="input1" id="search" src="Images/btn1.gif" width="67" height="23" border="0" onClick="return chkinput(form)"> </td>
</tr>
</table>
</td>
</tr>
</form>
<tr>
<td height="31" background="Images/line.gif"> <img src="Images/landian.gif" width="9" height="9"> <strong>联系我们</strong></td>
</tr>
<tr>
<td align="center" valign="top" background="Images/line2.gif"><table width="190" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20"> </td>
</tr>
<tr>
<td height="20"> <span class="style1">九九度供求信息网</span></td>
</tr>
<tr>
<td height="3" background="Images/tiao.gif"></td>
</tr>
<tr>
<td height="20">联系地址:吉林省长春市**街*号</td>
</tr>
<tr>
<td height="20">联系电话:849789**</td>
</tr>
<tr>
<td height="20">邮政编码:130000</td>
</tr>
</table></td>
</tr>
</table>
发表评论
-
一个完整的php项目示例
2009-05-19 13:30 1304<script>function StorePag ... -
一个简单的python代理服务器源码分析
2009-05-20 00:29 1437<script>function StorePag ... -
python起步
2009-05-21 00:15 607<script>function StorePag ... -
urllister.py源码分析
2009-05-22 00:08 1062<script>function StorePag ... -
fibonacci.py源代码分析
2009-05-22 23:24 629<script>function StorePag ... -
builddialectexamples.py源代码分析
2009-05-25 00:05 535<script>function StorePag ... -
piglatin.php源代码分析
2009-05-25 22:58 696<script>function StorePag ... -
plural.py源代码分析
2009-05-26 22:28 575<script>function StorePag ... -
regression.py源代码分析
2009-05-27 21:33 794<script>function StorePag ... -
apihelpertest.py源代码分析
2009-05-28 23:47 535<script>function StorePag ... -
argecho.py源代码分析
2009-05-30 00:44 625<script>function StorePag ... -
soundex.py源代码分析
2009-05-31 01:58 559<script>function StorePag ... -
plural1.py源代码分析
2009-05-31 22:27 611<script>function StorePag ... -
toolbox.py源代码分析
2009-06-01 23:00 567<script>function StorePag ... -
sum.py源代码分析
2009-06-03 00:14 791<script>function StorePag ... -
python打印变量的标识符、类型和值
2009-06-03 22:44 2138<script>function StorePag ... -
stringFormatting.py源代码分析
2009-06-04 23:49 503<script>function StorePag ... -
operator.py源代码分析
2009-06-05 23:12 570<script>function StorePag ... -
average.py源代码分析
2009-06-07 00:20 521<script>function StorePag ... -
square.py源代码分析
2009-06-08 00:05 623<script>function StorePag ...
相关推荐
6. **安全性与优化**:在部署和使用这个源码时,需要注意PHP代码的安全性,避免SQL注入、XSS攻击等常见安全问题。同时,进行适当的性能优化,如缓存利用、代码压缩等,提升网站的加载速度和用户体验。 总的来说,...
标题中的“php计算机学院微小化信息服务平台dzkf0406程序源码”表明这是一个基于PHP编程语言开发的信息服务平台的源代码。该平台可能专为计算机学院设计,旨在提供微小化的信息处理和服务,适应现代教育信息化的需求...
【宿舍报修系统ASP源代码】是一个基于ASP(Active Server Pages)技术开发的在线维修申报系统。ASP是一种由微软公司推出的服务器端脚本环境,它允许开发者创建动态交互式的网页。这个系统的源代码包含了多个PHP文件...
通过阅读和分析这些源代码,开发者可以学习到数据库操作的PHP实现,例如如何使用PDO(PHP Data Objects)进行SQL查询,如何处理用户输入以防止SQL注入,以及如何构建一个用户友好的Web界面等。同时,了解PHP admin ...
在编程领域,文法分析是编译器设计的关键部分,它涉及到将源代码解析成抽象语法树(AST),以便计算机可以理解和执行。本主题聚焦于使用PHP实现文法分析,特别是针对LL和LR方法。这些方法是两种常用的自底向上语法...
7. **conn**文件:可能是数据库连接文件,虽然这个源码无后台,但可能仍然需要数据库来存储网址信息,`conn`可能是用于连接数据库的PHP代码。 8. **images**目录:存储网站使用的图片资源,如logo、背景图、按钮...
这是一个基于PHP和MySQL技术开发的图书馆管理系统的源代码包,包含完整的前后台功能以及数据库脚本,便于开发者理解和部署。这个系统提供了丰富的功能,如图书的添加、编辑和删除,以及分类管理。同时,它还支持两级...
【标题】"中文headortail游戏PHP源码"所指的是一个基于PHP编程语言开发的在线游戏网站源代码,这个游戏被称为“硬币正反面”(Head or Tail)。这个项目可能是为了实现一个简单有趣的互动游戏,让用户通过猜测硬币...
### PHP图书管理系统源代码知识点解析 #### 一、系统概览 本系统为一个基于PHP的图书管理系统,主要实现的功能是图书的借阅管理。通过分析提供的代码片段,我们可以了解到该系统的一些基本功能和实现方式。 #### ...
【PHP+MYSQL电子商务系统源码】是一个基于PHP编程语言和MySQL数据库技术开发的在线购物平台。这个系统的核心功能包括用户注册、登录、商品浏览、分类展示、购物车管理、订单处理以及用户中心等,旨在为用户提供便捷...
对于开发者来说,深入研究这些源代码可以提升PHP编程技能,了解Web应用的架构设计,并且有机会接触到运动数据处理的技巧。此外,如果你对SDK的开发有兴趣,这个源码也可以作为参考,帮助你理解如何构建自己的SDK,...
include ‘left.php‘; ?> yle=“ text-align:center;“>关于我们 yle=“ text-align:center;“> 1885和1886年,卡尔与戈特利布制造出了各自的第一辆汽车,1883年卡尔先起 炉灶,在曼海姆建立了奔驰...
此压缩包包含了一系列用于构建手机WAP网站的源代码模板。 【描述】中的"手机wap源码模板 (758).zip" 暗示这是一个专为手机浏览优化的网页设计模板集合,可能包括多种页面布局和功能模块,用于快速搭建适应不同需求...
- 其他`.php.html`文件:这表明它们可能是混合了HTML和PHP代码的页面,PHP用于动态生成内容,如`index-left.php.html`可能表示一个包含左侧栏内容的首页变体。 2. **PHP文件**: - PHP(Hypertext Preprocessor)...
《图书管理系统 源代码及设计文档》是一个包含数据库设计和源代码的资源包,对于学习和理解数据库设计以及图书管理系统的业务流程有着极大的帮助。这个压缩包内含有"图书管理系统SQL版源文件",我们可以从中抽取出多...
本文将深入探讨一款基于PHP实现的手机归属地查询系统的源码,解析其工作原理、主要功能和关键代码,以期为PHP开发者提供有价值的参考。 一、系统概述 该系统的核心是通过PHP语言与数据库进行交互,查询手机号码的...
如果想对每个角单独设置,可以使用`border-top-left-radius`, `border-top-right-radius`, `border-bottom-right-radius`, 和 `border-bottom-left-radius`。 接下来,我们讨论PHP如何与用户交互。在这个CSS圆角...
'removeformat', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist', 'insertunorderedlist', 'image', 'source'] }); function checkuser(frm) { with(frm) { if (title.value.length ) ...
6 Stick Figure Images - left and right. stickfigure.zip 3 Platform images. platform.zip 2 Door images. door.zip Background image. background.gif Chapter 16 Stickman Game, version 1 - displaying the ...
本文将深入探讨如何使用Ajax和PHP来实现拖动效果,并结合提供的文件"slider",来分析和解释相关的核心概念和实现步骤。 **Ajax** 是一种在不刷新整个页面的情况下,通过后台与服务器进行数据交换并更新部分网页的...