when you will get the message/error "headers already sent"?
Answer Posted / vishwanath
php have header_sent() function to check the headers are
sent or not
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Code to upload a file in PHP?
How does cookies work in php?
What is the use of post in php?
What are string functions?
What is the difference between fopen() and fclose()?
How to convert numbers to strings in php?
What is variable declaration?
What is the use of Mbstring?
What is php form validation?
Tell me what is the difference between unset() and unlink()?
How to find length of an array in php ?
Php being an open source is there any support available to it?
Explain the ternary conditional operator in php?
What are the __construct() and __destruct() methods in a php class?
Do you know what is the use of the function 'imagetypes()'?