Posts: 219
Location: UK, East Anglia
|
I'm not sure how to explain this,
I need $num to look like a currency, so if it was '1' then it would be changed to '1.00', if it was '1.5 it' would be 1.50 and if it was '1.789' it would be 1.79, i thought that maybe i could use round() but i'm not sure how.
|