Home > Forums > Programmers > Web Development > HTML, XHTML & CSS Forum
How to print in xxx,xxx.xx form?
thread215-1643421
Forum Search FAQs Links Jobs Whitepapers Forum MVPs
Read
New Posts Reply To
This Thread Start A
New Thread e-mail
E-mail It print
Print Next
Thread
New PostMichaelLewis (Programmer)
29 Mar 11 19:26
I do $Bal = ($Bal - $row[3]) and then, to print the results,
<input readonly size=\"10\" style=\"color:black;text-align:right\" value=\"$Bal\">
But how do I get the format xxx.xxx.xx?
Thanks,
Michael
Thank MichaelLewis
for this valuable post!
Inappropriate post?
If so, Red Flag it!
Check out the FAQ
area for this forum!
Check Out Our Whitepaper Library. Click Here.
New PostGeates (Programmer)
29 Mar 11 20:19
It looks like your using PHP. Perhaps you should ask the PHP Forum, but...
-Geates
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."
- Martin Golding
"There are seldom good technological solutions to behavioral problems."
- Ed Crowley, Exchange guru and technology curmudgeon
Thank Geates
for this valuable post!
Inappropriate post?
If so, Red Flag it!
Check out the FAQ
area for this forum!
New PostMichaelLewis (Programmer)
30 Mar 11 11:43
I disagree. "<input..." is an HTML tag.