sammry -3 Light Poster

I am currently able to achieve number format as 1,000,000,000 but I want to get it as 1,00,00,00,000. How can I achieve this? can some one help please.

Currently I use as below.

<? echo number_format($row["SUM(Amount)"],0); ?>