PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   Very Simple IP Details   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example script
Class: Very Simple IP Details
Get IP address location and Google Maps image
Author: By
Last change:
Date: 6 years ago
Size: 177 bytes
 

Contents

Class file image Download
<?php
include("class.ipdetails.php");
$ip="66.84.41.158";
$myip=new vsipdetails($ip);
echo
'<pre>';
print_r ($myip->scan());
echo
$myip->get_map();
$myip->close();

?>