Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 445 Bytes

0595.md

File metadata and controls

15 lines (12 loc) · 445 Bytes

Setting a cookie on the client in PHP 5 can be best accomplished by:

  • A) Use the setcookie() function
  • B) Use the add_cookie() function
  • C) Use the the apache_send_header() function
  • D) Setting a variable in the $_COOKIE superglobal
Answer

Answer: A