Is it possible to tell PHP when converting a number to a string (i.e. in
an echo or print command) to use x decimal places?

Specifically, if I 

<?php
  echo '$' . $some_price;
?>

And some_price is $1.50, it outputs:

$1.5

Thanks in advance,

Dan


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

Reply via email to