What does $_COOKIE mean?

  • An array of cookie variables
  • A predefined cookie constant
  • A function for handling cookies
  • A global function
In PHP, $_COOKIE is an array that holds cookies sent by the client to the server. It provides access to cookie values. Learn more: http://php.net/manual/en/reserved.variables.cookies.php
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *