Q. Which of these functions is used to redirect to another page in PHP?
β
Correct Answer: (A)
header('Location: page.php')
Explanation: header() with Location is used to redirect in PHP.