Q. Which function is used to redirect to another page? (A) goto() (B) url_redirect() (C) header() (D) redirect_page() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) header() Explanation: header('Location: url') is used for redirection.