PHP Classes

File: app/logic/hits.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP IP Logger   app/logic/hits.php   Download  
File: app/logic/hits.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP IP Logger
Track user IP addresses that access certain pages
Author: By
Last change:
Date: 1 year ago
Size: 103 bytes
 

Contents

Class file image Download
<?php

$links
= $link->getAll();

$hits = 0;

foreach (
$links as $l) {
   
$hits = $hits + $l->hits;
}