TreeHugger
New Member
I am trying to +5 and then *10 on something selected from the database.BTW: $stats['Level'] = 1So here's my code.\[code\]<?php echo intval(floor($stats['Level'] + 5 * 10)); ?>\[/code\]What am I doing wrong? It's showing as 51, not 60. Why's that?