Active Articles: 2038
Total Categories: 16
Sub Categories:616
Capturing Click Data | ||||||||
Easy tutorial on how to implement a php click stream engine on your website that will capture useful click data. ... learn more
| ||||||||
| ||||||||
Creating Your Own Log Files | ||||||||
Don't have access to your server logfile? Here, you will find how to create your own logfile using PHP. It is basically a small PHP script that extracted all the appropriate environment variables, put them together as a Common Logfile Format entry and write it to a file. ... learn more
| ||||||||
| ||||||||
Creating a file based logging script | ||||||||
In this tutorial I will show you how you can create a small and simple PHP script to log your visitors activity into a file. You just need to add 1 line to each of your page to enable logging and the statistics will be collected in a html file so you don't have to ... learn more
| ||||||||
| ||||||||
My SEO Rank - PageRank Tool | ||||||||
This small code snippet will help you in getting IP address and long code from a URL using PHP. You can do several tweaks using this code and make it work according to your requirement. ... learn more
| ||||||||
| ||||||||
Logging With PHP3 | ||||||||
This one page tutorial show you how to use PHP to display your site traffic statistics on the fly at any time. Along with its supplied PHP script, you will learn how to get access to your statistics that are continually updated, and that simultaneously support multiple sites, and multiple actions (page view, ad click, ... learn more
| ||||||||
| ||||||||
Making Usage Statistics in PHP | ||||||||
Making usage statistics on a web site is one of the most enjoyable things for me on the Internet. Thanks to the technology, you can see each click of each visitor, the date of the visiting, and how many seconds the user was reading your site. I use this feature to track which of my ... learn more
| ||||||||
| ||||||||
Revisited: Logging With PHP | ||||||||
In this continuation of the article, "Logging With PHP," the author explains how to build a PHP/MySQL-driven Web traffic logging and analysis system that can be continually updated, which provides information on what content was being viewed, browser and platforms stats, and trends over time. This system is currently being used on SourceForge.net. ... learn more
| ||||||||
| ||||||||
Hit Counter | ||||||||
Hit counters are used to track the amount of visitors there have been to a cetain page. I have looked through the internet and I have come up with 2 different ways to produce a hit counter. Flat Files (Storing data in a *.txt or *.dat file) Database (using MySQL or something similar to ... learn more
| ||||||||
| ||||||||
safeReferral Function | ||||||||
This function saves the referrals to a text file. Each url will only be saved once. ... learn more
| ||||||||
| ||||||||
Where did they go today? | ||||||||
Have you wondered where and how people leave off your site? Well, this one-page tutorial shows you how to setup a PHP redirection script with logging feature. You can use the script for link-based as well as form-based redirection while logging your visitors. ... learn more
| ||||||||
| ||||||||
Website Tracking And Statistics | ||||||||
A key component in building and maintaining a successful website is the ability to keep track of how many visitors are coming to your website. You want to know where they are coming from, and which pages they are looking at and finding most useful. This tutorial will guide you through the essentials of ... learn more
| ||||||||
| ||||||||
Creating a php Traffic Tracker | ||||||||
Learn how to create a layered web stats report generating script complete with dynamic graphs. ... learn more
| ||||||||
| ||||||||
Track The External Referrals To Your Website | ||||||||
This script will track any incoming referral to your website, so you can tell where visitors are coming from to your website, whether this is a search engine, or another person's website, and records the URL of the referring website. This way, you can take a look at the websites of people who are linking ... learn more
| ||||||||
| ||||||||
