Contact: aviboots(AT)netvision.net.il
41,215 questions
53,717 answers
573 users
$x = 49876173; echo number_format($x); /* run: 49,876,173 */
$x = 48474627; echo number_format($x, 2, '.', ','); /* run: 48,474,627.00 */