Hi,
I read: User with an IPV6 IP can't load website
Then . . .
using PHP, how we can detect if visitor is using IPv6 ?
how is the REGEX ?
I read: User with an IPV6 IP can't load website
Then . . .
using PHP, how we can detect if visitor is using IPv6 ?
Code:
<?PHP
if($_SERVER['REMOTE_ADDR'] != ???) . . .