Login
Remember
Register
Ask a Question
How can you retrieve a cookie value in PHP?
0
votes
asked
Jun 6, 2020
in
PHP
by
SakshiSharma
How can you retrieve a cookie value in PHP?
#php-retrieve-cookie
#cookie-value-php
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 6, 2020
by
Robindeniel
echo $_COOKIE ["user"];
...