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