isno
(小仙)
版主
  
好想谈恋爱
UID 78818
精华
1
积分 115599
帖子 4058
金钱 113989 喜悦币
威望 10
人脉 1600
阅读权限 100
注册 2006-8-22
状态 离线
|
[推荐阅读] 发现一个问题~
<?php
$fp=fopen("up2e_count1.txt","r");
$str1=fgets($fp,10);
$str1++;
fclose($fp);
$fp=fopen("up2e_count1.txt","w");
fputs($fp,$str1);
fclose($fp);
$str2="000000000";
$len1=strlen($str1);
$len2=strlen($str2);
$dif=$len2-$len1;
$rest=substr($str2,0,$dif);
$string=$rest.$str1;
echo "本页共被$string次刷新过";
?>
|  我的个人博客 |
|