3v4l.org

run code in 300+ PHP versions simultaneously
<? php //Whether ip is from shared internet if(!empty($_SERVER['HTTP_CLIENT_IP'])) { $ip_address = $_SERVER['HTTP_CLIENT_IP']; } //Whether ip is from proxy elseif(!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) { $ip_address = $_SERVER['HTTP_X_FORWARDED_FOR']; } //Whether ip is from remote address else { $ip_address = $_SERVER['REMOTE_ADDR']; } echo $ip_address; ?>

This is an error 404

There are `0` results


preferences:
135.09 ms | 1399 KiB | 7 Q