PHP Unique Hit Counter
Description
This simple and easy-to-use script logs the number of unique visitors to your web site by logging only one occurence of each IP address. This script is 100% free!
Installation
It’s a quick 3-step process.
1.
Upload uniquehits.php and uniquehits.log to your web server.
2.
CHMOD 666 (writable) uniquehits.log (skip this step on Windows servers).
3.
Insert this PHP code on every […]
Object Oriented PHP Counter
A more advanced version of our PHP Counter, this script is object oriented and remembers return visitors by setting a cookie. Because it remembers visitors, this counter counts the number of unique visitors that visited your site.
This script is object oriented and written for PHP 5+, which handles object differently than older versions of PHP. […]
PHP Login script tutorial
Overview
In this tutorial create 3 files
1. main_login.php
2. checklogin.php
3. login_success.php
Step
1. Create table “members” in database “test”.
2. Create file main_login.php.
3. Create file checklogin.php.
4. Create file login_success.php.
5. Create file logout.php
server to server file transfar using php script
Script: Server-to-Server Transfer using PHP
Server to Server Transfer 2 or SST is a PHP class that can be used to move
a file from a server to another.
The moving process occurs by using HTTP protocol (by GET request), after the
data is requested, it will be […]

