Tag Archives: ip address

PHP Tutorial : How to show visitor’s IP address

Hi, In this “php tutorial” I will teach you guys how to show your users their IP address with only one line of code. <?php print “YOUR IP ADDRESS IS : $_SERVER[REMOTE_ADDR]“; ?>

Posted in Usefull PHP | Tagged , , , , | 2 Comments