ZTL Essentials
From Documentation
Introduction
Getting Started
Basic Usage
If you have any feedback regarding this book, please leave it here.
if (!empty($_SERVER['HTTP_CLIENT_IP'])) $ip=$_SERVER['HTTP_CLIENT_IP']; else if (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) $ip=$_SERVER['HTTP_X_FORWARDED_FOR']; else $ip=$_SERVER['REMOTE_ADDR']; ?>
If you have any feedback regarding this book, please leave it here.