Learn how to make php counter using mysql database and cookies.
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.
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 don't even need a mySQL database. First off, you have create a directory and CHMOD it 777 so PHP can write the counter.dat file.
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...
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.
This tutorial is a fairly straightforward introduction to using MySQL with PHP. We're going to build you a hit counter for your site. The coding is extremely simple, with a few variables, some if statements, perhaps a loop or two, and a few of PHP's MySQL functions.
About as straightforward as a counter can get - counts up! adds one every time someone loads the page!
PHP Magix presents a complete guide on creating a counter, from simple text counter to graphical counter a la Bravenet. All explained.
This tutorial will taught you about getting your visitors info like Refferer,Ip Address,Browser and other kind of info.
This is just a Simple Counter, Try this counter first and hope you will make some professional ones after it by trying some other good Counter tutorials.
|