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 / francis
ob_start indicates that PHP has to buffer data
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to track no of user logged in?
Do you know what is the differences between $a != $B and $a !== $B?
Is php 7.0 stable?
What are escaping characters? Explain with an example?
List some of the features of php7.
Where can I learn php?
How can you increase the maximum execution time of a script in php?
How do you use bcrypt for hashing passwords in php?
How are sessions maintained?
Which function would you use to determine the length of a string in php?
What are the different components used in php for formatting?
What is the current stable version of php? What advance thing in php7?
How I can control asset documents without GR/IR?
Is variable name casesensitive in php?
How to make a class in php?