Sonderposten

[insert_php]
$jsonUrl = „http://www.branchenportal.eu/ext_sh/api1.php?id=00147DEU04“;
$contents = file_get_contents($jsonUrl);
$contents = substr($contents,3);
$results = json_decode($contents,true,$depth = 512);
foreach(array_keys($results[‚data‘][‚products‘]) as $product){
$image = $results[‚data‘][‚products‘][$product][‚imageUrl‘];
$image = utf8_decode($image);
$year = $results[‚data‘][‚products‘][$product][‚buildYear‘];
$year = utf8_decode($year);
$type = $results[‚data‘][‚products‘][$product][‚adType‘];
$type = utf8_decode($type);
$name = $results[‚data‘][‚products‘][$product][’name1′];
$name = utf8_decode($name);
$imageManufacturer = $results[‚data‘][‚products‘][$product][‚manufacturer‘][‚imageUrl‘];
$nameManufacturer = $results[‚data‘][‚products‘][$product][‚manufacturer‘][’name‘];
$nameManufacturer = utf8_decode($nameManufacturer);
$productGroup = $results[‚data‘][‚products‘][$product][‚productGroup‘];
$productGroup = utf8_decode($productGroup);
$price = $results[‚data‘][‚products‘][$product][‚price‘][‚info‘];
$price = utf8_decode($price);
$state = $results[‚data‘][‚products‘][$product][’state‘];
$state = utf8_decode($state);
$text = $results[‚data‘][‚products‘][$product][‚longText1‘];
$text = utf8_decode($text);
echo „

„;
};
[/insert_php]

„.$type.“ „.$name.“
„.$text.“
Baujahr: „.$year.“ Zustand: „.$state.“ Preis: „.$price.“ + MwSt.

Änderungen und Irrtümer vorbehalten. Für fehlerhafte Angaben wird nicht gehaftet. Bilder sind eventuell auch Archivbilder, die nicht den inserierten Artikel abbilden. Alle Preise Netto-Preise zuzüglich der gesetzlichen Mehrwertsteuer. Zwischenverkauf vorbehalten.