Mega Code Archive
Categories
/
Php
/
Development
Sprintf
$total = 110; $fmt_total = sprintf ("%d", $total); echo "$fmt_total"; ?>