Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Reply to Thread

Post a reply to the thread: How do i code in html how many visit counts to that page?

Your Message

Click here to log in

How many letters in the word Rabroad

 
 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Rate Thread

You may rate this thread from 1-star (Terrible) to 5-stars (Excellent) if you wish to do so.

Topic Review (Newest First)

  • 08-31-2009, 01:59 PM
    puzzled
    Use Google Analytics. Go to google.com/analytics
  • 08-31-2009, 01:59 PM
    puzzled
    Use Google Analytics. Go to google.com/analytics
  • 08-31-2009, 01:59 PM
    puzzled
    Use Google Analytics. Go to google.com/analytics
  • 08-31-2009, 01:50 PM
    polarbear
    u cant do it in html (the languge it self anyways)
    you need some server side script that detects the persons ip and increments a database field or a flatfile that keeps track of the count.
  • 08-31-2009, 01:48 PM
    sezak

    How do i code in html how many visit counts to that page?

    How do i count number of visits on my page per machine? I don't want to increment more than one per machine.
  • 08-31-2009, 01:48 PM
    mdigitale
    HTML itself cannot do this -- you need to use a server side technology, like a script (e.g. php, asp, etc.)

    Also, you can really only detect based on IP, not machine.
  • 08-31-2009, 01:48 PM
    christopher w
    Its not really that easy unfortunately. You could use normal HTML to make a hit counter, but it will always go up even when one person visits multiple times.

    The only way to get an accurate reading of your traffic is using advanced code like PHP.

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •