PHP Classes

File: SSLForward.php

Recommend this page to a friend!
  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: 10 years ago
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();