That's because you're missing the TLD in your URL's..
riverrescue-tranning.com?
riverrescue-tranning.net?
you can't have www.riverrescue-tranning/website.php
It doesn't know the domain to look for.
script isn't diverting to correct ending location
Moderators: egami, macek, gesf
a).check if the thank you page is present
b). What are you trying to do here?
header( "Location: $thankyouurl" );
exit ;
header( "Location: $thankyouurl" )
header..then an exit and then again a header.
'exit' will stop/terminate the script....after that what is the use of a new header statement...??
b). What are you trying to do here?
header( "Location: $thankyouurl" );
exit ;
header( "Location: $thankyouurl" )
header..then an exit and then again a header.
'exit' will stop/terminate the script....after that what is the use of a new header statement...??
-
- New php-forum User
- Posts: 22
- Joined: Fri Apr 29, 2011 5:02 pm
I am having problems with a contact form as well. It will not send to my email. Is there any way you could provide your HTML code as well? Would be greatly appreciated.