Notice: Undefined offset: 2 in /home2/icentarb/public_html/icentar/classes/class.permissions.php on line 735
*/ // Open the file for reading $fp = fopen("counterlog.txt", "r"); // Get the existing count $count = fread($fp, 1024); // Close the file fclose($fp); // Add 1 to the existing count $count = $count + 1; // Display the number of hits // If you don't want to display it, comment out this line echo $count . " posjeta od 17.2.2011 "; // Reopen the file and era