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 the difference between indexed and associative array?
Is md5() is breakable if yes than how?
Why is php so popular?
What are the characteristics of php?
how to get the value in script values
What is $_session in php?
How many types of session are there?
What should be the length of variable for SHA256?
I created a new joomla module for administrator. when am going to install this, it is going "joomla/modules" path. but, i want to install this in the "joomla/administration/modules" path.
Explain which cryptographic extension provide generation and verification of digital signatures?
Which is useful for method overloading?
What is class extend in php?