I need to know the quick code to send a user to a different website after they complete a form.
Basically instead of taking them to a thank you page via:
ex: include('thankyoupage.htm');
I want to direct them to a new domain:
ex: http:www.abdd1234.com
Do I need to just swap out the "include" with something else?
I'm kinda new to this, thanks for the help.
|