Format Number Like Facebook Counter Using PHP
- Tanvir
- May 02, 2024
-
Notice: Undefined index: user in /home/codeartb/blog.codeartbd.com/post.php on line 78
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, bool given in /home/codeartb/blog.codeartbd.com/post.php on line 79
Notice: Trying to access array offset on value of type null in /home/codeartb/blog.codeartbd.com/post.php on line 80
16 - 0
When you explore on social sites like facebook, instagram, linkedin etc. Then you can see the number counters are different. Instead of showing actual value they print 1.2K or 2.5M type value. Today I will show you how you can do it in your project by adding a simple PHP function.
Use this function and put a large number inside the function and print it. Then you can see how it works like a charm!











Leave your Comment