I'm looking to add this message to a page called contact.php
<div class="alert alert-warning alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
<strong>Warning!</strong> Better check yourself, you're not looking too good.
</div>
This message should appear when the message is sent correctly through a page called envia.php that has PHPMailer binding. How do I make this file show this message in the contact.php when the message is sent correctly.