Just need a slight bit of help. Is it possible for me to do the following calculation.. and have it return only whole numbers?
Code: Select all
<?php echo ($ERMTotal * 1.35) ?>Moderator: General Moderators
Code: Select all
<?php echo ($ERMTotal * 1.35) ?>