How to put decimal after number.
Use number_format() function.
Use number_format() function.
try this code:
   $num=365;
   echo number_format($num,2);
 10:26 PM
10:26 PM
   $num=365;
   echo number_format($num,2);
Created By Sora Templates & Blogger Templates
No comments
Post a Comment