Jak przerobić licznik miesięczny odświeżeń strony, żeby był odprony na odświeżanie?
Oto kod miesięcznego licznika, nieodpornego na odświeżanie:
<?php //change rights of folder"counter" to 777 // get current month // checking file // counter else { // show counter } // counter end } else { // create current date file $value="1"; // start value of the counter chmod("counter/$currentmonth.txt", 0666); } } ?>