可以在代码中加入
<?php
$ip=$_SERVER["REMOTE_ADDR"];
file_put_contents('ip.txt',$ip,FILE_APPEND);//建立ip.txt文件存ip
//header('Location: http://www.baidu.com/');
?>
其中header(‘Location: http://www.baidu.com/’);为运行完跳转网页,可以不要,
可以在代码中加入
<?php
$ip=$_SERVER["REMOTE_ADDR"];
file_put_contents('ip.txt',$ip,FILE_APPEND);//建立ip.txt文件存ip
//header('Location: http://www.baidu.com/');
?>
其中header(‘Location: http://www.baidu.com/’);为运行完跳转网页,可以不要,