Quote Originally Posted by visualAd
Its not a problem. This is how PHP displays floating point numbers over a particular value. You need to use the sprintf() function to format the number appropriatly. E.g. to give the number as an interger:
PHP Code:
printf('%.0f'$number); 

Then... How did the link I posted work correctly with exactly the same code? How very odd :S

Cheers,

RyanJ