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'];
?>
The ZK team is pleased to release ZK 5 RC2 with its developer-centric and architectural innovation such as Server+Client Fusion and Ajax-as-a-Service. In addition to the architectural innovations the RC2 boasts new components and features such as..