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 |
armstrong number by using php while number is given by the keyboard.?
Tell me what is the difference between get and post?
delete session variable when close browser with out logout
What does $globals mean?
What is the difference between mysql_connect and mysql_pconnect ? Which one is good in terms of performance ?
What is http php?
Which is not a php magic constant?
Tell me are parent constructors called implicitly inside a class constructor?
Is null or empty c#?
How to submit form without a submit button.
When are you supposed to use endif to end the conditional statement?
How is it possible to know the number of rows returned in the result set?