<?php $myNumber=123456.78909876;print "Avant formattage : ".$myNumber."<br/>";print "Après formattage : ".number_format($myNumber,2,","," ");?>