Click to See Complete Forum and Search --> : number_format


kproc
04-05-2006, 07:26 PM
Hi

Is there any way that I can add

number_format to this

<td id="text"><?php echo $_POST['convPurchasePrice']; ?></td>

NogDog
04-05-2006, 07:36 PM
Liket this?

<td id="text"><?php echo number_format($_POST['convPurchasePrice'], 2); ?></td>