Login   Register  
PHP Classes
elePHPant
Icontem

File: SSLForward.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Khoa Bui  >  PHP Detect Country and City  >  SSLForward.php  >  Download  
File: SSLForward.php
Role: Auxiliary script
Content type: text/plain
Description: SSLForward
Class: PHP Detect Country and City
Get the current user location using codehelper.io
Author: By
Last change: Update Example
Date: 2013-07-22 16:43
Size: 334 bytes
 

Contents

Class file image Download
<?php
/*
 * Website http://www.codehelper.io
 * Author: khoaofgod@yahoo.com
 * Any bugs, question, please visit our forum at http://www.codehelper.io
 */

// Required Libraries
require_once("ip.codehelper.io.php");
require_once(
"php_fast_cache.php");

// New Class
$_ip = new ip_codehelper();

echo 
$_ip->SSLForwardJS();