News
Forums
Search
Members
Sign Up
My Code Newbie
Username
Password
Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET
C.N. Friends
Planet Rome
Link to Us!
Code Newbie
Code Forums
>
Application and Web Development
>
PHP
using sprintf to format a number
User Name
Remember Me?
Password
Register
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
LinkBack
Thread Tools
Display Modes
08-24-2004, 06:09 PM
#
1
(
permalink
)
Epsilon
Regular Contributor
Join Date: Mar 2003
Location: Las Vegas, NV
Posts: 127
using sprintf to format a number
$num = 1234567;
I want to print it as 1,234,567
The numbers may be anywhere from 5 to 8 digits.
__________________
--Epsilon--
Epsilon
View Public Profile
Visit Epsilon's homepage!
Find More Posts by Epsilon
08-24-2004, 07:30 PM
#
2
(
permalink
)
idx
Senior Grasshopper
Join Date: Jun 2003
Location: FL
Posts: 317
PHP Code:
echo
number_format
(
$num
,
0
);
idx
View Public Profile
Visit idx's homepage!
Find More Posts by idx
Bookmarks
Digg
del.icio.us
StumbleUpon
Google
«
Previous Thread
|
Next Thread
»
Thread Tools
Show Printable Version
Email this Page
Display Modes
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
On
Pingbacks
are
On
Refbacks
are
On
Similar Threads
Thread
Thread Starter
Forum
Replies
Last Post
Trying to get mm/dd/yy format
ten_d
Standard C, C++
4
03-22-2004
07:54 PM
Trying to get number of e-mails in a txt file to appear on my main page
netpants
PHP
4
08-19-2003
08:46 PM
dynamic allocation..urgent help needed!!!
kashif
Standard C, C++
4
04-21-2003
08:50 AM
format numbers
sde
PHP
3
10-03-2002
11:10 AM
All times are GMT -8. The time now is
09:41 AM
.
Contact Us
-
CodeNewbie.com
-
Archive
-
Top
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by
vBSEO
3.0.0 RC8
Copyright © 2000-2008,
Milano Interactive
Web Hosting provided by
Portal 360 Web Hosting
LinkBack
LinkBack URL
About LinkBacks