<?php
function counter(){
$counter = 0; //初始化变量
$max_len = 8;
$lj = explode("/",$_SERVER["PHP_SELF"]);
//超全局变量$_SERVER['PHP_SELF']保存了当前运行脚本的名字 Embed_Count/al_Embed_Fn.php
$CounterFile="./counter/".$lj[count ($lj)-1].".dat";
if(!file_exists($CounterFile)){
if(!file_exists(dirname($CounterFile))){
mkdir(dirname($CounterFile),0777);
}
$cf = fopen($CounterFile,'w');
fputs($cf,'0');
fclose($cf);
}
else{
$cf = fopen($CounterFile,'r');
$counter = trim(fgets($cf,$max_len));
fclose($cf);
}
$counter++;
$cf = fopen($CounterFile,'w');
fputs($cf,$counter);
fclose($cf);
echo $counter;
}
?>
<?php
include "counter.inc.php";
?>
<html>
<head>
<meta charset="UTF-8">
<title>嵌入式网页计数器-刘佳晨</title>
</head>
<body>
<div id="dd">
<span>欢迎您!</span>
<span>您是本网站的第<?php counter(); ?>位访客</span>
</div>
</body>
</html>
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有