หา External IP จาก Server ของเรา ด้วยภาษา PHP
1 2 3 |
$externalContent = file_get_contents('http://checkip.dyndns.com/'); preg_match('/Current IP Address: \[?([:.0-9a-fA-F]+)\]?/', $externalContent, $m); $externalIp = $m[1]; |
ดูเพิ่มเติม
https://stackoverflow.com/questions/7909362/how-do-i-get-the-external-ip-of-my-server-using-php
ป้ายกำกับ:external ip, php