I have a simple php email form that is working fine, sends the mail, but i like after the thanks message, automatically to go to the html page where the form is. Can you tell me the correct command for that. Thanks
you can use header function. script : header('location : form.php'); * Put Script on thank message page. * change form.php with your email form page.
A meta re-direct would probably be more appropriate as the user would have X (you can specify the number) of seconds to read the thank you message before being sent back.