Tag Archives: counter script

PHP Tutorial : Simple views counter script

Hi, In this php tutorial you will learn the simple way to build a script which counts how many times a page is viewed. For this, we can use a mysql database table and a simple php script. <?php $pagename … Continue reading

Posted in Usefull PHP | Tagged , , , , , , , , , , | Leave a comment