<?php// Do the processing$subject=$_POST['subject'];$message=$_POST['message'];// Send an email// ...include"common/header.php";?><p>Thankyou!Yourmessagewiththesubject"<?=htmlspecialchars($subject)?>"wasreceivedsuccessfully.</p><?phpinclude"common/footer.php";