• Header Redirect

      0 comments

    What is the PHP method used to redirect pages?

    header() function.
    eg:- header(‘Location:interview_questions.php’)
    This must be called before any output is called.