602 views
Get the user IP in PHP
PHP
- $ip = $_SERVER['REMOTE_ADDR']; // gets the ip address and stores it in $ip.
Submitted by miguelSantirso over 2 years ago — last modified less than a minute ago
Submitted by miguelSantirso over 2 years ago — last modified less than a minute ago