display of a decimal? How to drop the decimal where the value is .0?
Trying to display a decimal value in PHP but some of our values are 5.0, 6.0. Where this occurs I'd like to hide the .0. Is that possible?
In Classic ASP I'd add some If / Else code but I'm not sure of the PHP alternative.
Would appreciate any advice offered.
Thank you.
NJ