Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<?php
$pars = file_get_contents('http://myip.ru/get_ip.php?loc=');
preg_match('/<TD bgcolor=white align=center valign=middle>(.*?)<\/TD>/si', $pars, $result);
echo $result[1];
?>