?? info.php
字號:
<?php
//info.php 在article子目錄中
require "articlelib.php";
$id = intval($_GET['id']);
$sql = "select title,content,writer,importtime,adda,fl from article where id=$id";
$result = mysql_query($sql, $db) or db_error();
$info = mysql_fetch_array($result);
update_click($id);
?>
<html>
<head>
<title>下載 <?=$info["title"]?> 種子</title>
</head>
</html>
<script src='http://s76.cnzz.com/stat.php?id=458108&web_id=458108' language='JavaScript' charset='gb2312'></script>
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=<?=$info['adda'];?>">
<?php
db_close();
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -