in PHP by (32.2k points)
What does $_COOKIE mean?

1 Answer

0 votes
by

$_COOKIE is an associative array of variables sent to the current PHP script using the HTTP Cookies.

Related questions

+1 vote
asked Jun 22, 2019 in PHP by SakshiSharma (32.2k points)
...