📄 zhaishow1.php
字号:
<? include("conn.php");?>
<? include("include/function.php");?>
<?
$id=trim($_GET[id]);
$qr=mysql_query("select * from zhai where id='$id'");
$rs=mysql_fetch_array($qr);
$title=$rs[title];
$fromurl=$rs[fromurl];
$rsupdate=mysql_query("update zhai set reads=reads+1,outcount=outcount+1 where id='$id' limit 1");
?>
<html>
<head>
<title><? echo $title;?></title>
<meta http-equiv="content-Type" content="text/html; charset=gb2312" />
<meta name="keywords" content="<? echo $title;?>">
<meta name="description" content="<? echo $title;?>">
</head>
<frameset rows="*,63" name=forum frameborder=0 framespacing="0" cols="*">
<frame name="mainFrame" src="<? echo $fromurl;?>" >
<frame name="bottomFrame" scrolling="no" src="/showb.php?id=<? echo $id;?>">
</frameset>
<noframes>
<body>
<p><? echo $title;?></p>
<p><? echo $fromurl;?></p>
</body>
</noframes>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -