<?php $TotalCountyTaxAmount = "$1614.21"; $days = '365'; $TCA = str_replace("$", "", $TotalCountyTaxAmount); //strip dollar sign echo ($days / $TCA) ."\n"; echo ($TCA / $days); ?>
You have javascript disabled. You will not be able to edit any code.