 |
0 :םויה תוסינכ
55 :שדוחה תוסינכ
1 :ןיילנוא םישלוג
|
 |
|
PHPב םיטפירקס
|
|
טושפ םירקבמ הנומ
|
םיזיע בלוח :רבחמה םש
http://pwp.builder.co.il :תיב-רתא
:תורעה\תויחנה
chmod 777 ושעתו count.txt ץבוקה לא path -ה תא ונש
.טפירקסל
:דוק
|
was tracked <?
$file = fopen("/location/of/count.txt","r+");
$counter = fread($file, filesize("/location/of/count.txt"));
fclose($file);
$counter +=1;
$file = fopen("/location/of/count.txt","w+");
fputs($file, $counter);
fclose($file);
?>
<? include("/location/of/count.txt"); ?> visitors.
|
|
|
|
הרזח >>
|
... |