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..
Since 2005 ZK has been renowned for its’ server-centric approach, providing the ultimate in productivity gains. In addition, developers can now optionally leverage the full controllability of client-side programming. It is not about server-centric or client-centric, it is about developer-centric!