Jump to content

[SOLVED] Need a placeholder


quillspirit

Recommended Posts

Ok, so I have variable

 

$x = "123.395";

 

I use

 

$x = round($x, 2);

and come up with:

 

123.4

All is fine up to this point, except what I need to do is show that as a dollar value (for shopping cart)... so I want to show the missing placeholder 0 for 1/100ths.

 

I don't want a comma for 1,000.00  and do not want a $ sign to display... so I don't think money_format() is what I need.

 

The end result for $x needs to be:

123.40

 

Thanks. :)

 

Link to comment
https://forums.phpfreaks.com/topic/50733-solved-need-a-placeholder/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.