How can i track how many users are visiting my online portfolio and when they last visited?
I’m not interested in displaying a hit counter on the website, is there any way this info can be generated using PHP/MYSQL?
If so, are there any scripts/tutorials on the web?
Thanks in advance
CM_2000
Re: Website Visitor Tracking
Well there are many free counters and trackers available at hotscripts.com. Give them a try, most of them are pretty good.
boota
March 23, 2005, 12:22pm
3
Re: Website Visitor Tracking
lots of scripts around esp. with PHP .. but I prefer to search on google first..
:)
Re: Website Visitor Tracking
CM2k,
I don’t exactly know what you want. If you are NOT interested in displaying a hit couter and just want to see how many people came to your site then you need the webserver logs. Contact your web-host for those logs.
If you do want to display, try out this free hit counter, (actually you can have them count the hits and u can NOT show it on ur site):
http://easy-hit-counters.com/step2.php?style=scoreboard or
http://www.rapidcounter.com/signup.php
If you want to set one up on your own download one from here:
http://www.hotscripts.com/PHP/Scripts_and_Programs/Counters/
Re: Website Visitor Tracking
thanks CB, Boota, and TB, i'll look at them in detail!
Thanks