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

📄 dwzp.php

📁 ~{4rLlOB~}php+mysql~{UPF8GsV0T44zBk~} ~{Q]J>5XV7~} http://job.datianxia.com
💻 PHP
字号:
<?
require "config.php";
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><? echo "$webname"; ?></title>
<style type="text/css">
<!--
@import url("css/tl.css");
body,td,th {
	font-family: 打天下cn-人才频道;
	font-size: 13px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
.style2 {font-size: 12px}
-->
</style>
</head>

<body>
<table width="770" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
  <tr>
    <td bgcolor="#EFF8FE"><table width="770" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="tl13">
      <tr>
        <td height="24" background="images/indtop-bg1.gif"><? require "top2.php";?></td>
      </tr>
      <tr>
        <td height="68"><? require "top3.php";?></td>
      </tr>
      <tr>
        <td height="29" background="images/personzl.gif"><? require "top4.php";?></td>
      </tr>
      <tr>
        <td height="27" background="images/jt-s.gif" bgcolor="#D7F9FF"><? require "top1.php";?></td>
      </tr>
      <tr>
        <td height="29"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><img name="" src="" width="4" height="4" alt="" style="background-color: #FFFFFF"></td>
          </tr>
        </table>
          <table width="770"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="181" valign="top"><? require "top7.php";?></td>
            <td width="589" valign="top"><table width="100%"  border="0" cellpadding="0" cellspacing="5" bgcolor="#FFFFFF">
              <tr>
                <td><div align="center">
                  <? require "top6.php";?>
                </div></td>
              </tr>
            </table>
              <map name="Map2Map">
                <area shape="rect" coords="348,6,386,26" href="#">
              </map>
              <table width="100%"  border="0" cellpadding="0" cellspacing="5">
                <tr>
                  <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td width="69%"><img src="images/newqiuzhi.gif" width="400" height="30" border="0" usemap="#Map2"></td>
                      <td width="31%"><div align="right"><a href="grfb.php"><img src="images/wyzp1.gif" width="159" height="30" border="0"></a></div></td>
                    </tr>
                  </table>                  
                    <table width="98%"  border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#003366">
                      <tr bgcolor="#69E4FD" class="g18">
                        <td width="41%"><div align="center"> 企业名称 </div></td>
                        <td width="26%"><div align="center">招聘岗位</div></td>
                        <td width="20%"><div align="center"> 发布时间 </div></td>
                        <td width="13%"><div align="center"> 有效天数 </div></td>
                      </tr>
					<?
					if (!$page)
	{
		$page=1;
	}
	$sqldo="select user,fbuser,corpname,ycsgw,fbtime,yxts,count(*) from $qyhy t3,$qyfb t4 where t3.user = t4.fbuser group by user";
	$result=mysql_query($sqldo);
	$message_count=mysql_num_rows($result);;
	$page_count=ceil($message_count/$page_size);
	$offset=($page-1)*$page_size;
					$strdo="select user,fbuser,corpname,ycsgw,fbtime,yxts,count(*) from $qyhy t3,$qyfb t4 where t3.user = t4.fbuser group by user order by fbtime desc  limit $offset, $page_size";
					$result=mysql_query($strdo,$myconn);
					while($row=mysql_fetch_array($result))
					{
					?>
                      <tr bgcolor="#FFFFFF" class="g18">
                        <td><div align="center"><a href="show2.php?user=<? echo $row["user"] ?>&fbuser=<? echo $row["fbuser"] ?>" target="_blank"><? echo htmlspecialchars($row["corpname"]);?></a></div></td>
                        <td><div align="center"> <? echo htmlspecialchars($row["ycsgw"]);?></div></td>
                        <td><div align="center"><? echo $row["fbtime"]?></div></td>
                        <td><div align="center"></div>
                            <div align="center"><? echo $row["yxts"]?>天</div></td>
                      </tr>
                      <? }?>
                    </table></td>
                </tr>
                <tr>
                  <td><div align="center">
                    <?
if($result)
{ 
		$prev_page=$page-1;
		$next_page=$page+1;
		echo "             <p align=\"center\">| ";
		if ($page<=1){
			echo "第一页 | ";
		}
		else{
			echo "<a href='$PATH_INFO?page=1'>第一页</a> | ";
		}
		if ($prev_page<1){
			echo "上一页 | ";
		}
		else{
			echo "<a href='$PATH_INFO?page=$prev_page'>上一页</a> | ";
		}
		if ($next_page>$page_count){
			echo "下一页 | ";
		}
		else{
			echo "<a href='$PATH_INFO?page=$next_page'>下一页</a> | ";
		}
		if ($page>=$page_count){
			echo "最后一页 |</p>\n";
		}
		else{
			echo "<a href='$PATH_INFO?page=$page_count'>最后一页</a> |</p>\n";
		}
		}
	?>
                  </div></td>
                </tr>
              </table>
              <map name="Map2MapMap">
                <area shape="rect" coords="348,6,386,26" href="#">
              </map></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0" class="g18">
  <tr>
    <td height="72"><div align="center">
      <? require "top5.php";?>
      <br>
    </div></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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