I get the ip address. when user register on my app the web services are written in php IP address is "2405:204:a581:e021:995b:368e:9b00:ddd5" so how can I change into normal ip address
Asked
Active
Viewed 268 times
1
-
6It looks like an IPV6 address. Things are moving towards IPV6 so I would get used to these kind of addresses rather than trying to make them into IPV4 addresses – RiggsFolly Apr 12 '18 at 11:32
-
so can i get the user location through this ipaddress – Shubham Tiwari Apr 12 '18 at 11:33
-
You can read about the differences between IPv4 and IPv6 here: https://techlog360.com/ipv4-vs-ipv6/ – M. Eriksson Apr 12 '18 at 11:35
-
IPV4 is basically being phased out. Get used to IPV6 it will soon be the norm – RiggsFolly Apr 12 '18 at 11:36
-
i wanna get the location of user through ipadress so how can i do that. through this ip – Shubham Tiwari Apr 12 '18 at 11:37
-
There is not link between IPV6 address and Location. The fact that IPV4 had a link was purely accidental in reality https://stackoverflow.com/questions/1162675/geolocation-with-ipv6 – RiggsFolly Apr 12 '18 at 11:45
-
@RiggsFolly ` ... it will soon ` ! funny, one of my network engineers told me the same in 1996 ! – YvesLeBorg Apr 12 '18 at 12:07
-
Thanks to every one – Shubham Tiwari Apr 12 '18 at 12:25