To get time I do this
$day_timmer = time()
echo $day_timmer;
This is what printsout 1332533147
But when I add to it I get this
$day_timmer = time() * 1000;
echo $day_timmer;
This is what printsout 1.332533387E+12
No clue what I'm doing wrong.
So I get voted down for wondering why letters are in my numbers lol