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 are escaping characters? Explain with an example?
Tell me what sized websites have you worked on in the past?
Which parts of php are case sensitive?
When you will get the error "Cannot add header information"?
What is happening in the following code $objA = new A(); // A is a class $objB = $objA;
Tell me how can we pass the variable through the navigation between the pages?
Which php framework is best for security?
Which of the data type is compound datatype supported by PHP?
How to set session.gc_divisor properly?
Explain some of the php string functions?
full form of php??
What is Apache's configuration file typically called?