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
Answers were Sorted based on User's Feedback
Answer / 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 |
What is meant by variable variables in php?
Is key exist in array php?
What does PEAR stands for?
Can we use session in mvc?
How will you create a mysql database using php ?
What is trait in php?
What can I do by cakePHP?
What is super () python?
How to download file in php?
What should we do to be able to export data into an excel file?
Hi, I want to upload an image ito database and display image in a table in php how it is possible
What is the difference between md5(), crc32() and sha1() crypto on php?