Skip to content

Latest commit

History

History
19 lines (15 loc) 路 578 Bytes

File metadata and controls

19 lines (15 loc) 路 578 Bytes

Which of the following statements correctly explains the working of the following code snippet?

header(聽"Location:聽http://www.zendexam.com"聽);
  • A) It redirects the page to the given location.
  • B) It displays the header information of the given link.
  • C) It displays the cookie of the given link.
  • D) It saves the cookie value in the client's browser.
Answer

Answer: A