News

Log In Sponsors
Partner Sites

invisible counter help



I am currently using the "invisible counter" [code:3kqg0nhx]<?php $filename = "counter.txt"; $fp=fopen($filename,"r"); $count=fgets($fp,1024); fclose($fp); $fw=fopen("$filename","w"); $cnew=$count+1; $countnew=fputs($fw,$count+1); fclose($fw); ?>[/code:3kqg0nhx] However, I dont want it to be invisible anymore. I want it to say: This page has been viewed XX times. How can I do this?

Click here to read the whole forum topic