<<< Previous question <<< Question ID#0269.md >>> Next question >>>
Which of the following code snippets will you use to redirect your users from one page to another?
- A)
header("Location: http://php.com");
- B)
redirect("Location: http://php.com");
- C)
header("http://php.com");
- D)
redirect("http://php.com");
Answer
Answer: A