( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
$zindex= $uniqueId ;
$str =$brand;
$str = str_replace('?', '&', $str);
parse_str($str, $output);
$brand= $siteMe.$output['image'];
$layer_x=$layer_x;
$layer_y= $layer_y;
$layer_r =$layer_r;
$layeropacity=$layeropacity;
$layer_w=$layer_w;
$layer_h=$layer_h;
$type =str_replace("REPLACEIMAGE",$brand,"$layerImage");
$type =str_replace("REPLACENO","$uniqueId","$type");
$type =str_replace("REPLACEZINDEX","$zindex","$type");
$type =str_replace("REPLACEX","$layer_x","$type");
$type =str_replace("REPLACEY","$layer_y","$type");
$type =str_replace("REPLACELAYERW","$layer_w","$type");
$type =str_replace("REPLACELAYERH","$layer_h","$type");
?>