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.
Views: 311 Price: Category: PHPTips and TutorialsCounters
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.
Views: 235 Price: Category: PHPTips and TutorialsCounters
This tutorial is intended for PHP programmers interested in learning how to apply PHP's GD image manipulation support. Readers interested in learning how to access a MySQL database from PHP, and/or define a PHP function will also benefit from this tutorial. You should be able to create a table using
Views: 186 Price: Category: PHPTips and TutorialsCounters
PHP Magix presents a complete guide on creating a counter, from simple text counter to graphical counter a la Bravenet. All explained.
Views: 270 Price: Category: PHPTips and TutorialsCounters
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.
Views: 292 Price: Category: PHPTips and TutorialsCounters
This script enables you to add a simple text based hit counter to you webpages, which displays the total number of hits to your webpages. It can also be made so that it is invisible.
Views: 212 Price: Category: PHPTips and TutorialsCounters
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 scripts (it's crucial to know where your traffic is coming fr
Views: 212 Price: Category: PHPTips and TutorialsCounters
This shows how to create a slightly more attractive counter using counter art available . More interesting than a plain text counter but no more difficult to implement.
Views: 219 Price: Category: PHPTips and TutorialsCounters
Part 1 of 2 Tutorial to create a hit counter using php/mysql. Some of the feature discussed in thi tutorial will be show no, of online, unique visitor , visit log & etc. A good & practical tutorial for begineers.
Views: 175 Price: Category: PHPTips and TutorialsCounters
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...
Views: 281 Price: Category: PHPTips and TutorialsCounters
Final Part of the tutorial that helps your to build your own hit counter with some basic features. Consists of data for last 24 hours, No of users online for the past 5 minutes. It's simple & effecitve
Views: 214 Price: Category: PHPTips and TutorialsCounters
This tells the user their IP Address, Referrer and Browser name. It also stores it at the same time so you can view your visitors after. Simple add it onto your index file using the include().
Views: 170 Price: Category: PHPTips and TutorialsCounters
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.
Views: 243 Price: Category: PHPTips and TutorialsCounters
A very simple hit counter that tracks visits per site. Also a basic introduction to Session Management.
Views: 226 Price: Category: PHPTips and TutorialsCounters
New to PHP? This tutorial teaches you how to make a PHP Counter, without using MySQL, so if you do not have access to MySQL then you can still do it.
In the tutorial you will learn the basics of file handling and sessions, which are vital operations in most PHP scripts.
If you can't seem to crack
Views: 227 Price: Category: PHPTips and TutorialsCounters
A very detailed tutorial of how to create your own flat file text counter. No database required!
Views: 202 Price: Category: PHPTips and TutorialsCounters
This tutorial will taught you about getting your visitors info like Refferer,Ip Address,Browser and other kind of info.
Views: 286 Price: Category: PHPTips and TutorialsCounters
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.
Views: 250 Price: Category: PHPTips and TutorialsCounters
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 h
Views: 299 Price: Category: PHPTips and TutorialsCounters