What do you have to output to the browser?
Have it run the calculations:
2+2 = 4;
then run your mail function:
mail($myemail);
then redirect to a new page:
header("Location: newpage.php");
Just dont use the echo or print commands in the calculations or mail functions.
Without code from here I cant help you out beside what I have said.