ariunbolor on 07/22/11
Last Edited at 07/22/11 05:13pm
<?php$deny = array("111.111.111", "222.222.222", "333.333.333");if (in_array ($_SERVER['REMOTE_ADDR'], $deny)) { header("location: http://www.google.com/"); exit();} ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.