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
Who is the father of php?
What is the difference between for and foreach loop in php?
What are the encryption functions available in PHP?
What is binary safe function in php?
Is salary fixed or variable cost?
What is variable and data type?
Which is true about the singleton design pattern?
What are the file upload settings in configuration file?
Is php an object or array?
What is input sanitization in php?
What is use of header() function in php? What the limitation of header()?
How to create a session? How to remove data from a session?
How to create database connection and query in php?
What is a static variable in php?
What is array filter in php?