Categories
PHPTips and Tutorials → Counters

Simple Counter using MySQL

Learn how to make a PHP/MySQL visitor counter that counts both unique and returning visitor's based of a users IP address.
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

Image based hit counter in PHP to keep track of visitor.

Here we are going to design simple image based hit counter to keep track of visitor. We are going to keep record in a text file so we do need any kind of database. We are going to keep whole record in counter.txt file. In the same directory where you...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD
  • Licenses
    • Freeware
DETAILS

Flatfile Users Online

This flatfile-based script counts the number of users on each page of your website. After you include it in all your pages, you can use an array to get the number on that particular page or on the entire site.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

PHP text counter

A counter is an essential part of a site to know how many people are coming to site. Here is an easy way to make a counter. All you need is access to PHP and be able to chmod a directory. We re going to save the amount of hits in a .dat file, so you ...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • PHP License
DETAILS

Php counter with cookies

Learn how to make php counter using mysql database and cookies.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Simple PHP powered text counter

A counter is an essential part of a site to know how many people are coming to site. Here is an easy way to make a counter. All you need is access to PHP and be able to chmod a directory. We''re going to save the amount of hits in a .dat file, s...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • PHP License
DETAILS

Simple ip counter based on PHP && mysql

Learn how to make a simple ip counter for your website using PHP programing language and Mysql database. In this tutorial you will learn how to make the tables on mysql database and how to program with examples the counter script.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • PHP License
DETAILS

Basic PHP MySql Counter Tutorial

In this tutorial I will be showing you how to make a PHP hit counter using PHP and MySql. This is a basic text counter that will count every time your page is loaded...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • GPL
DETAILS

Create a simple hit counter using PHP and MySQL

In this article I describe how to use PHP and MySQL to produce a simple counter that can be placed on a web page. PHP and MySQL work very well together, and this article shows, hopefully, how easy they are to use to produce a useful little utility.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD
  • Licenses
    • Freeware
DETAILS

Track visitors with PHP

Tracking our website''s visitors is a very important step if you''re serious enough about analyzing your traffic and optimizing your pages to get the most of your visitors. There are many reasons why you should think of implementic tracking...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com