zhaishow.php
来自「PHP免费网摘程序 详细说明: 安装说明: 1、把文件上穿上去以后」· PHP 代码 · 共 52 行
PHP
52 行
<? 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 name=fset cols=180,9,* border=0 >
<frame name=left width=180 src=left.php scrolling=no noresize>
<frame scrolling=no noresize=true name=toogle marginwidth=0 marginheight=0 name=toogle src=but.htm >
<frame name=main src='<? echo $fromurl;?>' >
<noframes>
<body>
<p><? echo $title;?></p>
<p><? echo $fromurl;?></p>
</body>
</noframes>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?