Home › Forums › Back End › Problem with PHP form › Re: Problem with PHP form
April 30, 2011 at 9:57 am
#48439
Member
ok – error code was because you have html code before the php header request.
In the code I gave you i left you with 2 choices, have the form still displayed after the mail has been sent but with a title of ‘Message Has been Sent!’ or have the page redirect to another page – you have left both but changed the location of the redirect…
So do you want, 1. The form still displayed with ‘Message Sent’ or 2. The page to redirect to another page?