📄 show.php
字号:
<?
require "config.php";
if(!$user)
{
$user=123456;
}
if(!$fbuser)
{
$fbuser=123456;
}
$strsql="select*from $grhy where user='$user'";
$result=mysql_query($strsql,$myconn);
$row=mysql_fetch_array($result)
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>打天下人才网-二手市场-房产中介</title>
<style type="text/css">
<!--
@import url("css/tl.css");
body,td,th {
font-family: 打天下cn-人才频道;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.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">
<tr>
<td><table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" class="g18">
<tr bgcolor="#69E4FD">
<td height="24" colspan="2"><div align="left">个人信息:</div></td>
</tr>
<tr>
<td width="49%">联系人:<? echo htmlspecialchars($row["name"]);?></td>
<td width="51%">性 别:<? echo htmlspecialchars($row["gender"]);?></td>
</tr>
<tr>
<td>出生日期:<? echo htmlspecialchars($row["year"]);?>年<? echo htmlspecialchars($row["month"]);?>月<? echo $row["day"]?>日</td>
<td>受教育程度:<? echo htmlspecialchars($row["education"]);?></td>
</tr>
<tr>
<td>从事行业:<? echo htmlspecialchars($row["career"]);?></td>
<td>婚姻状况:<? echo htmlspecialchars($row["marriage"]);?></td>
</tr>
<tr>
<td>详细地址:<? echo htmlspecialchars($row["address"]);?></td>
<td>邮 编:<? echo htmlspecialchars($row["zip"]);?></td>
</tr>
<tr>
<td>电 话:<? echo htmlspecialchars($row["phone"]);?></td>
<td>电子邮件:<? echo htmlspecialchars($row["email"]);?></td>
</tr>
</table> </td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="5">
<tr>
<td>
<? $strsql1="select*from $xxfb where fbuser='$fbuser'";
$result1=mysql_query($strsql1,$myconn);
while($row1=mysql_fetch_array($result1))
{
?>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" class="g18">
<tr bgcolor="#6CDC72">
<td height="24" colspan="2"><div align="left">发布信息:</div></td>
</tr>
<tr>
<td width="49%">欲从事岗位:<? echo htmlspecialchars($row1["ycsgw"]);?></td>
<td width="51%">相关工作年限:<? echo htmlspecialchars($row1["xggznx"]);?></td>
</tr>
<tr>
<td>发布日期:<? echo htmlspecialchars($row1["fbtime"]);?></td>
<td>有效期:<? echo htmlspecialchars($row1["time"]);?>天</td>
</tr>
<tr bgcolor="#F5F5F5">
<td colspan="2">具体要求:</td>
</tr>
<tr>
<td colspan="2"><? echo htmlspecialchars(nl2br($row1["text"]));?></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
<? }?></td>
</tr>
</table>
<map name="Map2Map">
<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 + -