时间:2021-07-01 10:21:17 帮助过:7人阅读
require_once './global.php';
$DB->query("update ".$tablepre."teacher set views=views+1 where id='".$_GET['id']."'");
$hello=$DB->fetch_one_array("select * from ".$tablepre."teacher where id='".$_GET['id']."'");
$hcount=$hello['views'];
?>
document.write("=$hcount?>");
静态页面mk.html中加入即可
切记:页面路径,生成静态后计数文件路径会变。。
应用二:获取此页面中一些动态信息,例如相关文章之类
同样,静态页面中的链接还是此种形式
代码如下:
read.php里内容如下:
代码如下:
$cid=$_GET['cid'];
?>
document.write("
订单号 | ");年级科目 | ");时间 | ");
=$succ['id']?> | ");=$succ['city']?> | ");=date('Y-m-d H:i:s',$succ['addtime'])?> | ");
dynamic page:
fill in any thing that is dynamic without document.write()