Re: [PHP-INSTALL] Limiting the decimal value

2004-10-19 Thread Janet Valade
Scott Hamm wrote: How do I limit the decimal value into 2 places? 0) { $Eff = ($ProdActu/$ProdProj)*100; } ?> See number_format() in the PHP manual. Janet -- Janet Valade -- janet.valade.com

[PHP-INSTALL] Limiting the decimal value

2004-10-19 Thread Scott Hamm
How do I limit the decimal value into 2 places? 0) { $Eff = ($ProdActu/$ProdProj)*100; } ?>