Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
$html = file_get_contents('https://lenta.ru/news/2016/06/02/trol/'); if (preg_match('#<span class="b-text">(\d+?)</span>#', $html, $matches)) { $price = $matches[1]; } echo $price;