JAVA/PHP Rounding Numbers
Got another question, I asked on another forum, (HTML), I was told what I wanted to do couldn't be done under HTML, but Java or PHP it was possible.
I'm looking for a way to round off numbers.
My Temperature reading for my station come out as : 95.5F
http://www.wavelandwx.com/images/webcam/temper.jpg
I'd like to round it to 96F instead, how do I write this in Java or PHP?
HTML Code:
<html>
<body bgcolor=#000054>
<font face="Digiface" size="12" color="#00FF00">%[outdoor_temperature]deg_F%° F</font>
</background>
</body>
</html>
Thanks ahead of time for any and all help, it is Greatly Appreciated!
GulfBreeze