PHP Classes

File: test/test_url.php

Recommend this page to a friend!
  Classes of Luca Liscio   fanKounter PHP Counter Script   test/test_url.php   Download  
File: test/test_url.php
Role: Example script
Content type: text/plain
Description: Example script
Class: fanKounter PHP Counter Script
Manage unlimited Web page access counters
Author: By
Last change:
Date: 3 years ago
Size: 316 bytes
 

Contents

Class file image Download
<?php
   
include "../src/dic.inc.php";
    include
"../src/url.inc.php";

   
$url = "https://it.search.yahoo.com/search?p=h0model&fr=yfp-t&fp=1&toggle=1&cop=mss&ei=UTF-8";
   
$out = new Referrer($url);

    echo
"Server: ".$_SERVER['SERVER_SOFTWARE']."<br/><br/><pre>";
    echo
var_dump($out);
    echo
"</pre>";