PHP Tutorial : Block certain IP Address
Mar 8, 2009 Useful PHP
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 their IP, then you just send him a 404 not found header. Have a look:
<?php
$ip…………….
Read PHP Tutorial : Block certain IP Address »
Tags: block ip address, deny ip address, php 404 not found header, php block certain visitor ip address, php block ip address, php deny ip address, php detect ip, php ip, php ip address, php send 404 error, php show ip

