Tag Archives: php ip

PHP Tutorial : Block certain IP Address

I see this seems to be a very hot subject on the folks searching for php scripts and help. Its not really big deal to block a certain visitor IP Address. It works like : first you need to detect … Continue reading

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

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. 1 2 3 <?php print "YOUR IP ADDRESS IS : $_SERVER[REMOTE_ADDR]"; ?>

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