currency format in POST or Session variables
Moderator: General Moderators
currency format in POST or Session variables
I have a form that the user inputs variables, including some currency ones.. Even though in Dreamweaver I am able to chose currency format, it doesn't show up as such. In my process page the numbers still show up as eg. 12000 instead of $12,000.00 or $12,000 .. How can I convert them to currency format?
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: currency format in POST or Session variables
See the manual for number_format() and money_format().
(#10850)