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.
Related posts:
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.
Related posts: