$total = 2; $resultado = ($total * 0.3 * 12) / 100; print "Content-type: text/html\n\n"; print "TOTAL ES IGUAL A: $total * 0.3 * 12% = $resultado\n";