я вот так делаю
echo '<div class="menu">';
header("Content-type:text/html; charset=utf-8");// чтоб ошибки не было
$url = file_get_contents('http://galaxy.mobstudio.ru/services/img_goods/' . basename($array[$i]) . '.png?'.$_SERVER['QUERY_STRING']);
echo $url;
echo '</div>';и не как..
подскажи как