I'm new to PHP. I'm working on a contact forms page. Upon submit, a "thank you" page should appear. I have created the thank you page in html to keep the same look and feel.
I want the success sent message to display the thank you page - graphics, tables, content, etc. but I'm missing something. I'm thinking I should use an include or embed HTML into my contact.php page. This is how my code looks like:
$error_msg='ERROR - not sent. Try again.';
$success_sent_msg='Display Thank You Page Here';
$replymessage = "Thank you.
I could use the help immedately.