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 proud to announce that the first ever ZK Webinar will be conducted through Adobe Connect on Thursday 2nd June from 10am-11am London time. This webinar is completely free and is a great way to meet someone from the ZK team. The topic of the first webinar will be on “ZK & […]