看板
[ PHP ]
討論串[請益] Get client ip
共 9 篇文章
內容預覽:
先看一下這篇文章. http://bugs.php.net/bug.php?id=44634&edit=1. 以及參考資料. http://en.wikipedia.org/wiki/X-Forwarded-For. 這裡有更多資料可以參考. http://google.com/#hl=en&q=R
(還有2033個字)
內容預覽:
我的 IP: _SERVER["HTTP_X_FORWARDED_FOR"] 220.228.144.213. 妳的:_SERVER["SERVER_ADDR"] 69.39.230.146. 妳的:_SERVER["REMOTE_ADDR"] 69.39.230.146. --. #1AEboyJ
(還有109個字)
內容預覽:
php 官方文件裡 清楚的提到二個部份. 'SERVER_ADDR'. The IP address of the server under which the current script is executing.. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^. 'REMOTE_A
(還有4個字)