1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14:
$amount = $row["amount"]; $fsize="60"; if (intval($amount)==floatval($amount)) { $s_amount=strval($amount); } else { $s_amount=money_format('%.2n', $amount); } if (strlen($s_amount)>3) $fsize= " 46 "; ? > $ echo $s_amount; ?>