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 Link to comment https://forums.phpfreaks.com/topic/5288-changing-numbers/ 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] Link to comment https://forums.phpfreaks.com/topic/5288-changing-numbers/#findComment-18799 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.