advanced code snippet search
luman on 09/01/06
format float prices
09/01/06 08:11am
URL: http://es2.php.net/number_format
$price = number_format($price, 2, ',', '.');
Report this snippet Tweet
Comment:
You need to login to post a comment.