'; echo 'alert("All Fields are compulsory")'; echo ''; } else { mail($to,$subject,$message,$headers); mail($from,$subject2,$message2,$headers2); // sends a copy of the message to the sender echo ''; // You can also use header('Location: thank_you.php'); to redirect to another page. } } ?>