Q. Which function is used to redirect to another page?
β
Correct Answer: (C)
header()
Explanation: header('Location: url') is used for redirection.