PHP Questions Home | Register | Login
Categories
Arrays
Files
Forms
Creating PDFs
PHP Errors
Functions
Images
MySQL
Numbers
Others
Strings
Website
Unanswered

PHP Forums
Forums Index
MySQL Forum
PHP Forum
Flash/Actionscript
Javascript
Web design

More PHP
PHP Functions
Top Questions
Ask a Question
PHP Interview Questions
PHP Jobs
Ecommerce
IT Questions
Business Websites

Sponsors

sponsor ad
My Salary
PHP Developer Salary
Advertise Here

I get the error message headers already sent, what does this mean?


This means exactly what it says and is one of the clearer PHP errors! Basically you have sent some information to the web browser before your call to header().

However, it can be tricky to spot if this is just a little whitespace. If there is nothing obvious, then turn on hidden characters in your text editor and you should be able to see any little bits of whitespace that are being sent to the browser before your call to header.

Comment on this Question and Answer >>>

ASK A QUESTION

More errors PHP Questions

I get a PHP error - maximum execution time exceeded. What is this?

I have 2 forms in one website... What do I name the php files for each form? The first php file is named: send_form_email.php, what do I name the second, or do they both go in the same php file?

I get a PHP notice for string to array conversion - help?

I get this error every time I execute a php program. PHP Warning: Module 'gd' already loaded in Unknown on line 0 PHP Warning: Module 'mysql' already loaded in Unknown on line 0

PHP error - use of undefined constant at line x... what does this mean?



Custom Search