Q. Which function is used to redirect to another page?
β
Correct Answer: (A)
header('Location: page.php')
Explanation: header('Location: ...') sends a raw HTTP header to redirect the browser.