كمك

salam bacheha man yek zamani barnameye kamele counter dar php
ra dar inja dide boodam kesi linkesho midoone ya inke barnamasho
kamel dare?
mishe vasam befrestid
man ta farda mikhamesh
 

AliReza26

Active Member
بفرما :

کد:
<?php
//this is our text file if you create a different named file change the script below to reflect this
$counter_file = ("counter.txt");
//now we open the file
$visits = file($counter_file);
//this increments the counter value by 1
$visits[0]++;
//now we will open the counter file for writing "w"
$fp = fopen($counter_file , "w");
//put the new count value into the counter file
fputs($fp , "$visits[0]");
//close the file
fclose($fp);
//display the count
echo "There have been $visits[0] visitors so far";
?>
 

جدیدترین ارسال ها

بالا