hello
why google and my site shows weird ip address of me. i checked few other ip check sites and they showed well in i.e ip2location.com
please see screenshot of google showing my ip
my site also showing same ip as google showing. but in other few sites it shows my real ip address.
what is the wrong with my code in php?
i am using
i also tried explode method with it but though it shows same error
please see screenshot.
why google and my site shows weird ip address of me. i checked few other ip check sites and they showed well in i.e ip2location.com
please see screenshot of google showing my ip
my site also showing same ip as google showing. but in other few sites it shows my real ip address.
what is the wrong with my code in php?
i am using
PHP Code:
$myip = $_SERVER["REMOTE_ADDR"];
echo "$myip";
please see screenshot.
Comment