<?
$counter = "counter.txt";
$fd = fopen($counter, "r");
$num = fread($fd, filesize( $counter ));
fclose($fd);
$fd = fopen($counter, "w");
$users = $num + 1;
echo "$users";
fwrite($fd, $users);
fclose($fd);
?>
歡迎光臨 ADJ網路實驗室 (http://dz.adj.idv.tw/) | Powered by Discuz! 6.0.0 |