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
$url = file_get_contents("линк");
preg_match_all('/<tr valign="top">(.*)<\/tr>/iUs',$url,$match);
print $match[0][0];
?>
lam3r4370 каза:<?php
$url="УРЛ";
$str = file_get_contents($url);
$ex=explode(<tr valign="top">',$str);
$explo=explode('</tr>',$ex[1]);
echo $explo[0];
?>