PHP Classes

File: test.php

Recommend this page to a friend!
  Classes of Rafal Lidwin   skad_class   test.php   Download  
File: test.php
Role: Example script
Content type: text/plain
Description: Add referer test
Class: skad_class
Add and show your site referers
Author: By
Last change:
Date: 20 years ago
Size: 178 bytes
 

Contents

Class file image Download
<?
   
require_once ( "skad_class.php" );
   
$refer=$HTTP_SERVER_VARS['HTTP_REFERER'];

   
$r_skad = new skad_class ($refer);
   
$r_skad->main ();
?>
Referer probably was add.