Q. Which PHP function is used to redirect users to another page?
β
Correct Answer: (A)
header('Location: page.php')
Explanation: The header() function with 'Location:' is used to perform HTTP redirection.