$result = mysqli_query($link, "SELECT account_id, balance from local_auth_account_journal where account_id=86922 order by date DESC , id DESC LIMIT 1;");
while ($row = mysqli_fetch_assoc($result)) {
echo "id : {$row['account_id']} <br>";
echo "balance : {$row['balance']} <br>";
}
<meta itemprop="brand" content="<?=$arItem["BRAND_ITEM"]["NAME"]?>" />
<?if(!$arItem["BRAND_ITEM"]["IMAGE"]):?>
<b class="block_title"><?=GetMessage("BRAND");?>:</b>
<a href="<?=$arItem["BRAND_ITEM"]["DETAIL_PAGE_URL"]?>"><?=$arItem["BRAND_ITEM"]["NAME"]?></a>
<?else:?>
<a class="brand_picture" href="<?=$arItem["BRAND_ITEM"]["DETAIL_PAGE_URL"]?>">
<img src="<?=$arItem["BRAND_ITEM"]["IMAGE"]["src"]?>" alt="<?=$arItem["BRAND_ITEM"]["IMAGE"]["ALT"]?>" title="<?=$arItem["BRAND_ITEM"]["IMAGE"]["TITLE"]?>" />
</a>
<?endif;?>