geirgrusom
New Member
- Messages
- 9
- Reaction score
- 0
- Points
- 0
Suddenly, today (or at least today I noticed it), the header functions always returns
Warning: Cannot modify header information - headers already sent by (output started at /home/me/somefile_php:1) in /home/me/some_file.php on line x
Why has this suddenly started? the page in question is a pure PHP page, and there is no HTML generated by it. It is just supposed to redirect to the source page after data has been recorded in the database.
Also, this renders my captcha system useless which encounters the same error when trying to call
header("Content-type: image/png");
Anyone had a similar problem?
Warning: Cannot modify header information - headers already sent by (output started at /home/me/somefile_php:1) in /home/me/some_file.php on line x
Why has this suddenly started? the page in question is a pure PHP page, and there is no HTML generated by it. It is just supposed to redirect to the source page after data has been recorded in the database.
Also, this renders my captcha system useless which encounters the same error when trying to call
header("Content-type: image/png");
Anyone had a similar problem?