Tutorials Scripts Free Q&A Books


 







:שמתשמ
:המסיס
  

2 :םויה תוסינכ
47 :שדוחה תוסינכ
1 :ןיילנוא םישלוג
רחא PHP CGI ASP JavaScript Cold Fusion JSP

PHPב םיטפירקס


םירקבמ הנומ
םיזיע בלוח :רבחמה םש
http://www.builder.co.il :תיב-רתא

:תורעה\תויחנה
אצמנ ובש םוקמה תא ונש count.txt .


:דוק

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.

 

הרזח >>
...