VoodooJai Posted May 30, 2010 Share Posted May 30, 2010 I have a little script that send an email using the mail function which includes some header information and after sending the email I wan to redirect to another page using the header function but it says the usual Warning: Cannot modify header information - headers already sent b ......... etc is the prooblem caused by the mail function headers and if so how do I get around it. VoodooJai Quote Link to comment https://forums.phpfreaks.com/topic/203364-mail-sending-giving-header-problems/ Share on other sites More sharing options...
premiso Posted May 30, 2010 Share Posted May 30, 2010 http://www.slunked.com/blog/php/2010/01/how-to-fix-header-already-sent-error-in-php Check out that blog post. Should help you understand and fix the error. Quote Link to comment https://forums.phpfreaks.com/topic/203364-mail-sending-giving-header-problems/#findComment-1065397 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.