Show Users IP Address

April 13th, 2009 | Tags:

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']. '';
?>

  1. January 19th, 2010 at 04:16
    Reply | Quote | #1

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

TOP