Benim değişken $ miktarı sıfıra eşitse ben 00,00 € yankı çalışıyorum
Ben yanlış bir şey size yardımcı olabilir yaptın?
Kod
while ($row9 = mysql_fetch_array($result9))
{
$amount = $row9['amount'];
}
//$amount = $amount / 60;
//$amount = round($amount, 2);
if $amount == 0 echo "<b>Balance: €00.00</b>";
else
echo "<b>Balance: $$amount</b>";