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'];
?>
ZK Spreadsheet delivers rich functionality of Excel® within browsers thereby allowing developers to create collaborative and dynamic enterprise applications. Sometimes users of these enterprise applications need to export these collaborative spreadsheet contents for offline reading, reporting & filing or sending as email attachments. With the release of ZK Spreadsheet 2.0 beta3 we have added a […]