i have some math calculation and i want to format the result so it is something like 02.00 rather than 2 12.20 rather than 12.2
i do not know where it should go. i thought maybe there is an html code . but my site is in php i appreciate if anyone knows the answer to this
You can't format numbers with HTML but it could be done with PHP. I'm not sure which function to use so you might be better off asking in the PHP forum.