From Documentation
This section explores ZK controls dedicated to capturing information from the user as well as general form based controls such as a Button.
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']; ?>
This section explores ZK controls dedicated to capturing information from the user as well as general form based controls such as a Button.