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'];
?>
As Oracle has been upgrading it’s JDK versions aggressively while Microsoft has dropped support for IE10 and lower, we would like to know what’s more important for ZK community: new features and improvements or backward compatibility. We have recently conducted a customer survey based on this, let’s find out how the community thinks! Summary […]