$image = $html2->getElementById („hlHeadImage“);
als (isset ($image)) {
als (strpos ($image->children (0) - >src, „clearpixel“) == 0) {
$link = $image->children (0) - >src;
$path_parts = pathinfo ($link);
$ext = $path_parts [„uitbreiding“];
$image_path = „part_images/“. $ITEM_NO. „.“. $ext;
@copy ($link. „&sz=lg“, $image_path);
}
} anders {
$image = $html2->getElementById („hlLargeImage“);
als (isset ($image)) {
als (strpos ($image->children (0) - >src, „clearpixel“) == 0) {
$link = $image->children (0) - >src;
$path_parts = pathinfo ($link);
$ext = $path_parts [„uitbreiding“];
$image_path = „part_images/“. $ITEM_NO. „.“. $ext;
@copy ($link, $image_path);
}
}
} |