Display IP Address

A really short and easy tutorial to show anybody browsing your site, their IP address. Here is a 'live' example:
Your IP Address is: 38.107.191.86

Want this PHP snippet on your site? Then copy and paste the following code to where you want to display the visitors IP address. Your IP Address is: <?php $visitorip = $_SERVER['REMOTE_ADDR'];
echo "$visitorip"; ?>