Kta Posted December 12, 2006 Share Posted December 12, 2006 Can someone explain me (or give me a script) how can I counter the visits of the guests. ??? Link to comment https://forums.phpfreaks.com/topic/30355-guests-in-php/ Share on other sites More sharing options...
Cep Posted December 12, 2006 Share Posted December 12, 2006 Google hit counters and hit counter scripts there are literally hundreds of them. Link to comment https://forums.phpfreaks.com/topic/30355-guests-in-php/#findComment-139643 Share on other sites More sharing options...
ted_chou12 Posted December 12, 2006 Share Posted December 12, 2006 you can try a text counter file, and use the var ++ function each time a visitor visits your page, eg. if A comes, the php function writes into the text file "1", when B comes, the php function extracts the file information then add one to whatever the figure was. Then keeps on continue.You will be able to get it here: [url=http://www.go4expert.com/forums/showthread.php?t=470]http://www.go4expert.com/forums/showthread.php?t=470[/url](if you have any questions, just ask the spiderman over there.) :D Link to comment https://forums.phpfreaks.com/topic/30355-guests-in-php/#findComment-139779 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.