when we use ob_start() function in php then the header() and
session_start() does not gives the error like header already
sent,please explain in brief
Answer Posted / madan
ob_start() function will turn output buffering on. While
output buffering is active no output is sent from the script
(other than headers), instead the output is stored in an
internal buffer.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
How big is nvarchar max?
Why do we need abstract class in php?
What is the use of die in php?
Tell me what is the default session time in php?
What is a simple php method to make a cross domain data request?
What is cms php?
What type of headers that PHP supports?
How do I check environment variables?
When to use get and post request?
Do you know what are traits?
What is the array in php?
What is php explain how php works?
What is php and what does it do?
How to upload file in php?
Name some of the popular frameworks in php.