Level 3
You can use this:
number_format(5000000, 0, '', ' ');
First parameter is the number, the second is decimal places, the third is decimal point separator and the last is the thousand separator. http://php.net/manual/en/function.number-format.php