I'm very new to PHP and don't know much about coding, I'm trying to modify an existing script.
All I'm looking to do is instead of the page echoing to a generic ugly white page, I want it to go to an existing page that matches my site theme.
Here's my code:
echo "Thank you for your submission\n";
Instead of echoing the statement... how can I make it go to a URL called "thankyou.asp" ?
Thanks for your help!