what does the colon mean in php in the following example.
::1
if($host == "" || $ip == "::1")
|
|
|
I think you are referring to the loopback adress of IPv6.
The adress probably comes from |
||||
|
|
|
Apache/PHP provides ::1 as the |
|||
|
|