thaven Posted June 18, 2008 Share Posted June 18, 2008 Hello, I could use some help. I have a php contact script on my website to direct a form content to my email address. It echos back to the browser "Your message was successfully sent." in a smaller window. I would like to direct it to an .html I built. I have redirected it, but I will not sent the form content to my email address. It seems I can do one or the other. Any one know how I can do both? If anyone needs to look at the script, let me know and I'll post it. Thanks for any help. Link to comment https://forums.phpfreaks.com/topic/110745-php-redirect/ Share on other sites More sharing options...
trq Posted June 18, 2008 Share Posted June 18, 2008 There is no point outputting anything prior to a redirect. You will need to redirect to a page that says 'message was successfully sent'. Link to comment https://forums.phpfreaks.com/topic/110745-php-redirect/#findComment-568130 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.