• Out Put Buffer

      0 comments

    What is the method we can use to hold the output to the browser?

    Ob_start(), This will redirect the out put to a buffer until ob_end_flush() or any other out put supportive method will be called.