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 |
how to store date to database
Which function would you use to insert a record into a database in php?
What is the function mysql_pconnect() usefull for?
What are the encryption techniques in php?
What is form submission?
How to communicate with sockets in php?
How can we encrypt the username and password using PHP?
13 Answers Avaria, HCL, TCS, Xpert,
What are the advantages and disadvantages of cascade style sheets?
Does cors prevent csrf?
Who is the father or inventor of php?
What is advanced php programming?
Where do I run php code?