This is what I have and it is not working

$converted1 =round($usdamount * $convamount, 2);
$converted = number_format($converted1);
//echo "$amount * $convamount = $converted<br>";
echo "<b>You should receive</b>$nbsp $converted <b>$currency</b>";
"Ron Allen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am looking at how to format output
>
> Here is what I have.  There is a simple currency conversion that I do and
> the output is just a string of numbers
> I would like it so that it puts a comma for every 3 spaces.......Any
> clues......oh knowing newsgroup!!!!
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to