0
I am wanting to add this message on 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 via a page called send.php that is linked to Phpmailer. How do I get this file to show this message in contact.php when the message is sent correctly.