I would like to find a user's IP address when he/she enters my page. How do I programmatically do that?
|
|
|
I found this:
Here: http://roshanbh.com.np/2007/12/getting-real-ip-address-in-php.html You can't really trust the |
|||||||||||
|
|
I always forget and do a:
and figure it out that way. Handy way to remember if you forget the exact key name. |
|||
|
|
Is useful because it prints out the data in a nice pre-formatted manner which is easy to read on the browser. |
|||
|
|
|
I like this codesnippet:
|
|||
|
Safe to use in CLI mode(null returned). |
|||
|
|
|
$_SERVER['HTTP_X_FORWARDED_FOR'] returns multiple IPs, what to do? |
|||
|