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 |
Do while loops?
What is the function file_get_contents() usefull for?
How do I clear my browser session?
How many php functions are there?
How does php server work?
what is the current salary package in India for a PHP programmer who has 1.5 years experience
What is the use of inner join in mysql?
where to change in php.ini file for file uploading?
Do you know when sessions ends?
what are in image creating functions in php
What is difference between session and cookies in php?
What changes to done in PHP.ini file for file uploading?