<?php $amount = '52,72,945.31'; print number_format(str_replace(',', '', $amount), 2);
You have javascript disabled. You will not be able to edit any code.