<?PHP
getenv("REMOTE_ADDR"); //fetch the current user's IP address
putenv("tmp=usr"); //set the user's value for environment variable
getenv("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