Linking a code

Hello to every, I 'm a using a code to my site which is display the IP address of the current visitor. I am trying to place a link on the IP address so the visitor can click and redirect to a link with more information of his IP address. Here is the code I’m using:

[php]$ip=$_SERVER[‘REMOTE_ADDR’];
echo “

  • My IP: $ip
  • ”;[/php]

    Is there any way to do that?

    Thanks in advance!

    Sponsor our Newsletter | Privacy Policy | Terms of Service