When you will get the error "Cannot add header information"?
Answers were Sorted based on User's Feedback
Answer / vj
Basicaly, any output to screen before an header function,
gives rise to this error.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / krisha
When page has html doctype on the starting of page.or some
echo statement on page when page is return or there is
header function on same page.
Is This Answer Correct ? | 1 Yes | 0 No |
Why triggers are used in mysql?
How to remove values saved in the current session?
Is runtime polymorphism overriding?
What is composer used for?
Can you use php and javascript together?
Does empty check for null?
What is helper library?
What is the difference between laravel and php?
Where is session value stored php?
Explain the difference between array_merge() and array_combine()?
What is constructor and destructor?
What is an operator in php?