<<< Previous question <<< Question ID#0595.md >>> Next question >>>
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