( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php $str =$mylayer;
$theCaption =$mylayer;
$str = str_replace('?', '&', $str);
parse_str($str, $output);
$route=$output['route'];
$fontid=$output['fontid'];
$myfont=$output['myfont'];
$fontcatalogid=$output['fontcatalogid'];
$themeid=$output['themeid'];
$text_Font=$output['font_Text'];
$text_w=$output['text_w'];
$text_color=$output['text_color'];
$text_h=$output['text_h'];
$text_x=$output['text_x'];
$text_y=$output['text_y'];
$text_align=$output['text_align'];
$text_sizeX=$output['text_size'];
$text_padX=$output['text_pad'];
$text_line_height=$output['text_line_height'];
$text=$output['text'];
$text_x=$row['layerx'];
$text_y=$row['layery'];
?>