I\'m working on a website, and one of the things I would like to do is display MY IP address to users. The website is made with CodeIgniter, so I was looking to find my server
for server ip address $_SERVER['SERVER_ADDR'];
and for server port $_SERVER['SERVER_PORT'];