Hey guys
I have an encrypted ip address in php like
$visitor_ip = ip2long($_SERVER);
$visitor_ip looks like this 1860881473
can i decrypt this number to get a proper ip like "42.108.196.150""? if there is a way todo so?
Thanks again
Hey guys
I have an encrypted ip address in php like
$visitor_ip = ip2long($_SERVER);
$visitor_ip looks like this 1860881473
can i decrypt this number to get a proper ip like "42.108.196.150""? if there is a way todo so?
Thanks again
long2ip();
:P
hey it worked great, for me, thanks a lot man.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.