From Documentation
This section describes feature-specific UI handling topics. For introductory concepts, please refer to the UI Composing section. For detailed information of individual components, please refer to ZK Component Reference.
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 describes feature-specific UI handling topics. For introductory concepts, please refer to the UI Composing section. For detailed information of individual components, please refer to ZK Component Reference.