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

📄 show.php

📁 // php源码文件希望有兴趣的朋友可以看// 这是关于介绍源文件的内容理念
💻 PHP
字号:
<?php
require_once('config/conn.php');
$sql="select a.fname,b.* from  fenlei a,datas b where b.id=".$_GET['noid']." and a.id=b.class";
$result=mysql_query($sql);
$row=mysql_fetch_assoc($result);
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><?php echo $row['tetle'];?></title>
<meta name="keywords" content="<?php echo $row['keywords'];?>">
<link href="config/css.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin="1" topmargin="1">
<!-- #BeginLibraryItem "/Library/top.lbi" -->
<table width="990" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><img src="images/top.jpg" width="900" height="120"></td></tr>
</table><!-- #EndLibraryItem -->
<table width="990" border="0" align="center" cellpadding="0" cellspacing="0"  style="border-top-width: 1px;border-right-width: 1px;	border-bottom-width: 1px;border-left-width: 1px;	border-top-style: solid;	border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;	border-top-color: #ECF5FF;	border-right-color: #ECF5FF;	border-bottom-color: #ECF5FF;border-left-color: #ECF5FF;">
  <tr> 
    <td width="400" height=30 align=left valign=middle class="content1"><a href="index.php">首页</a>&nbsp;--&gt;&nbsp;<a href="newsm.php?class=<?php echo $row['class'];?>"><?php echo $row['fname'];?></a>&nbsp;--&gt;&nbsp;<?php echo $row['tetle'];?></td>
    <td width="590" align=center valign=middle>&nbsp;</td>
  </tr>
</table><table width="990" height="500" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="290" align="center" valign="middle" style="border-bottom-width: 1px;border-left-width: 1px;border-bottom-style: solid;	border-left-style: solid;	border-bottom-color: #ECF5FF;border-left-color: #ECF5FF;">&nbsp;</td>
    <td width="700" align="left" valign="top" style="border-right-width: 1px;	border-bottom-width: 1px;border-left-width: 1px;border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;border-right-color: #ECF5FF;	border-bottom-color: #ECF5FF;border-left-color: #ECF5FF;"> 
     

<table width="95%" border="0" align="center" cellpadding="10" cellspacing="0">
        <tr> 
          <td height="40" align="center" valign="middle" style="font-size:16px;"><?php echo $row['tetle'];?></td>
        </tr>
        <tr> 
          <td height="40" align="center" valign="middle" bgcolor="#F7F7F7" style="font-size:12px;color:red;">发布日期:<?php echo date("Y年m月d日",$row['date1']);?>&nbsp;&nbsp;来源:<?php echo $row['source'];?></td>
        </tr>
        <tr> 
          <td height="400" align="left" valign="top"><?php echo stripslashes(nl2br($row['content']));?></td>
        </tr>
        <tr>
          <td height="40" align="right" valign="middle" title="font-size:14px;color:#666666;">作者:<?php echo $row['author'];?></td>
        </tr>
        <tr> 
          <td height="40" align="center" valign="middle">【<a href="pinglen/pladd.php?noid=<?php echo $row['id'];?>">增加评论</a>】【<a href="pinglen/plshow.php?class=<?php echo $row['id'];?>">显示评论</a>】【<a href="javascript:window.print();">打印</a>】【<a href="javascript:window.close();">关闭</a>】</td>
        </tr>
      </table>
    </td>
  </tr>
</table>

</body>
</html>

⌨️ 快捷键说明

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