We Recommend

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.


Posted By

luman on 09/01/06


Tagged

format float prices


Versions (?)


spanish price format


Published in: PHP 


URL: http://es2.php.net/number_format

  1. $price = number_format($price, 2, ',', '.');

Report this snippet 

You need to login to post a comment.