kasc Posted March 19, 2006 Share Posted March 19, 2006 How do I something that would do this:100000> [u]Funtion[/u] >100,00058967456546> [u]Funtion[/u] >58,967,456,546 Quote Link to comment Share on other sites More sharing options...
Petsmacker Posted March 19, 2006 Share Posted March 19, 2006 number_format(555555);Outputs: 555,555You'd say something like [b]echo number_format(100000);[/b] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.