<?PHP
$_SERVER['REMOTE_ADDR']; //find the current user's IP address
putenv("tmp=usr"); //set an value of environment variable
echo $_SERVER['tmp'];
?>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter