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 |
What is MVC structure in Magento?
Which PHP function would you use to send an email?
What is mysqli php?
Is php case sensitive?
What is the super method?
What is difference between include,require,include_once and require_once()?
difference of move(), and copy() function in php?
can any one tell how to install LAMP server in terminal in ubuntu.....and also tell please how to run php files in ubunut and how to save and compile in ubuntu..i already installed ubuntu ..but i dont installed lamp server so i want to install lamp server in terminal is it possible please reply
How long do php sessions last?
Is it necessary to use closing tag in php?sometime without closing tag things work.why?
What is mvc? Why its been used?
What is the correct php command to use to catch any error messages within the code?