PHP Classes

File: core/CCounter.hrefPointer.php

Recommend this page to a friend!
  Classes of Ettore Moretti   PHP Click Counter Database   core/CCounter.hrefPointer.php   Download  
File: core/CCounter.hrefPointer.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Click Counter Database
Generate links and keep track of clicks on them
Author: By
Last change:
Date: 8 years ago
Size: 184 bytes
 

Contents

Class file image Download
<?php
require_once ("CCounter.class.php");
$Cc = new CCounter ();
$Cc->increaseLinkCounter ( $_GET ['lnk'] );
header ( "Location: " . $Cc->CONF->Local_base_url . $_GET ['lnk'] . "" );