Page 1 of 1

Help: About IPV4 & IPV6 notation convert in PHP

Posted: Sun Mar 07, 2010 11:56 pm
by cnpanda
Hi all,

When I check the IP of my machine running on Win7, it shows IPV6 format like "fe80::298:8a22:27fe:2bea8%4",

how can I convert this IPV6 format into an old IPV4 format like "192.168.1.1" ?

or how can I get IPV4 notation directly using PHP program?

thanks