PHP获取IP

 

<?php
    $iipp = $_SERVER["REMOTE_ADDR"];
    echo $iipp ;
?>

 

posted @ 2017-11-28 16:58  小鬼PSer  阅读(97)  评论(0编辑  收藏  举报