Q. What will the function header('Location: example.com'); do?
β
Correct Answer: (A)
Redirect to example.com
Explanation: header() sends a raw HTTP header; Location header redirects the browser.