Quick PHP Scripts: Visitor Tracking Script
Book Details
Author(s)Marcos Sausilitos
Publisherebooks@cfl.rr.com
ISBN / ASINB0041VYKU0
ISBN-13978B0041VYKU5
Sales Rank2,147,002
MarketplaceUnited States 🇺🇸
Description
What this is:
This is a very simple script to keep track of your website’s visitors (ex IP, referral URL, browser,etc)
What you need:
Some minor understanding and access to your SQL server is required to get this script working, as well as some understanding of how to cut and paste.
This will record each visitor’s IP, User agent, URL visited, and, if available the URL of the referring website. Simply copy and paste the provided code and then make the few simple modifications requested and you will be able to know much more about traffic to your sites. To implement this on multiple sites you may want to create multiple tables, one for each site worked the best for me.
?
This is a very simple script to keep track of your website’s visitors (ex IP, referral URL, browser,etc)
What you need:
Some minor understanding and access to your SQL server is required to get this script working, as well as some understanding of how to cut and paste.
This will record each visitor’s IP, User agent, URL visited, and, if available the URL of the referring website. Simply copy and paste the provided code and then make the few simple modifications requested and you will be able to know much more about traffic to your sites. To implement this on multiple sites you may want to create multiple tables, one for each site worked the best for me.
?

