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 |
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
What are the new features in php 7?
What is the use of friend function in php?
How to generate a form?
Starting or restarting a computer is called
What does isset() function?
What exactly is PHP?
What is empty () in php?
What is the apache?
What are the core OOP’s concepts?
Tell me what are magic methods?
what is the difference between ph4 and php5