Jump to content

How to program for website hit (count page)


nawghiraj

Recommended Posts

please clarify, do you want the website to show a count of ALL visitors to the site, or a count of a specific visitor?javascript can't hold a count for all visitors, and it has some noticeable limitations for even counting just one visitor (it can remember the visitor, but its easy for them to forget with nothing javascript can do about it). In either case its better to use sever-side scripting like php/Java alongside a database like mysql/oracle.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...