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
What is zend studio for?
What are some new features introduced in php7?
What are the correct and the most two common way to start and finish a PHP block of code?
What is $_ get in php?
How do I make a reset button in html?
What is a substring in php?
What are the benefits of composer?
What are the popular content management systems (cms) in php?
What is whitespace in html?
What is difference between html and php?
how to open & closing opening period in fico
When sessions ends?
What is session in php w3schools?
What is mvc in php?
What does a special set of tags do in php?