How to display a website visitor's IP address on your website

Screenshot of a Google search for 'whats my ip address'

Did you know you can display the IP address of each of your website visitors?

It's simple - just paste this tiny bit of PHP code where ever you wish to display it:

<? echo $_SERVER["REMOTE_ADDR"]; ?>