when you will get the message/error "headers already sent"?
Answer Posted / suren
if u print any message on the browser using echo statement
or any html tags before using the "session_start()" like
statements in the scripts.
if u want to overcome that problem
simply write "ob_start();" at the very starting of script
and "ob_end_flush();" at the end.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
List types of array are available in php?
What are string functions?
Is php an api?
What is query string php?
How to execute an sql query?
What are the characteristics of php?
What is full form of PHP?
Is learning php easy?
What does the unset() function mean?
What are the different components used in php for formatting?
Is it possible to extend the execution time of a php script?
What is the difference between array_map () and array_shift ()?
What is explode() in php?
How do you end php?
Does php class need constructor?