Hi,
I'm sure this is quite a simple one, but I have a text counter on my site (I know, I know...) and my PHP divides this number by sixteen. How can I force the page to display an integer?
i.e. In BASIC it would look something like:
Counter16 = int(Counter/16)
Many thanks for your time,
DaLexis