Show Users IP Address

April 13th, 2009
| Tags: show ip address
Tutorial Description:
Tutorial Description:
Learn how to display the visiting User’s IP.
This is a very simple and easy tutorial. Put this code were you want to display the visiting user’s IP. <?php
echo 'User IP Address: ' .$_SERVER['REMOTE_ADDR']. '';
?>


I’ve tried to similar codes like this and none of the return an address.