组织某个ip段来访,跳转到指定页面和网站源代码
<?php
$curIP = $_SERVER['REMOTE_ADDR'];
if (strcmp($curIP, "200.200.200.1") >= 0 && strcmp($curIP, "200.200.200.255") <= 0)
header("Location: index.htm");
else
header("Locati
组织某个ip段来访,跳转到指定页面和网站源代码
<?php
$curIP = $_SERVER['REMOTE_ADDR'];
if (strcmp($curIP, "200.200.200.1") >= 0 && strcmp($curIP, "200.200.200.255") <= 0)
header("Location: index.htm");
else
header("Locati
Comments | NOTHING
该文章已经关闭评论