cookies in php You know? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

cookies in php You know?

Givime the exampel cookies in php with showing output

27th Aug 2016, 1:29 AM
vinay
vinay - avatar
1 Answer
- 1
?? cookie is just information about your uses on a website to save it on your computer, and used for exemple to save you login, password of a site like site site when you checked "remember me" for login automatically and the output is simply : var_dump($_COOKIE); print like: array( 'user' => 'toto', 'password' => 'tutu')
30th Aug 2016, 2:15 PM
francis