Re: Send form data with PHP
"Headers already sent" errors are caused by sending any output to the browser before the header() function is called. header() has to be the absolute first thing that is sent to the browser, before any print() or echo.
__________________
The best way to learn anything, is to question everything.
|