Вот пример URL:
https://www.gelbeseiten.de/test
Обычно технически это можно сделать примерно так:
Код: Выделить всё
$ch = curl_init();
$page = curl_exec($ch);
if(preg_match('#example html code (.*) example html code#', $page, $match))
$result = $match[1];
echo $result;
Не могли бы вы мне помочь?
С уважением ,
Дженнифер
Подробнее здесь: https://stackoverflow.com/questions/436 ... h-php-curl
Мобильная версия