> Yeah, but what if they don't JUST want to print it... Umm, have you read the documentation on either of the functions? They both return a string; they don't send anything to standard out (like echo or print does). $myString = printf(); $myString = sprintf(); echo $myString; Chris
- Re: [PHP] 2 decimal places nate
- [PHP] Re: 2 decimal places Geir Eivind Mork
- RE: [PHP] 2 decimal places Jack Dempsey
- RE: [PHP] 2 decimal places Kurth Bemis
- Re: [PHP] 2 decimal places Christian Dechery
- Re: [PHP] 2 decimal places Jason Bell
- Re: [PHP] 2 decimal places Meir Kriheli
- RE: [PHP] 2 decimal places Boget, Chris
- Re: [PHP] 2 decimal places Evan Nemerson
- Re: [PHP] 2 decimal places Meir Kriheli
- Boget, Chris