PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a contact form on my website and use the following to send it. I use the exact same form on another one of my websites and it works fine but on this one, although the email does send, it just ends with a blank screen and does not forward on to the correct page. Any idea's why?
Turn on error reporting and display errors to see what is happening. Headers must be sent before any other output, so be sure there are no blank lines in your file or other output, before sending this header.