cookies in php You know? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
- 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