Результат - массив в формате json: Запчасти грузовиков оптом Москва https://alfatrakt.ru/catalogs/zapasnye-chasti-tovarnye-gruppy-filtra.html "; print_r($output); echo " Хомуты и стяжки https://alfatrakt.ru/catalogs $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, " https://ati-auto https://alfatrakt.ru/catalogs/zapasnye-chasti-proizvoditeli-ozaa.html ru/api https://alfatrakt.ru/polzovatelyam/kontaktnaya-informatsiya-alfatrakt.html php"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_POSTFIELDS, $arPostData); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 3); $arPostData = Array( "order" => "y", "comment" => $comment, "items" => json_encode($arItems),
|