hitung - pengunjung website
$filename = "hit.txt";
$handle = fopen ($filename, "r");
$contents = fread ($handle, filesize ($filename));
fclose ($handle);
$isi=$contents+1;
$file=fopen("hit.txt","w");
if($file)
{
fputs($file,$isi);
fclose($file);
}
else
{
echo" File gagal Dibuka";
}
$filename = "hit.txt";
$handle = fopen ($filename, "r");
$contents = fread ($handle, filesize ($filename));
fclose ($handle);
echo"$contents";
?>
Rabu, 27 Januari 2010
Langganan:
Posting Komentar (Atom)

Tidak ada komentar:
Posting Komentar