Definition added (#26304)

* Definition added

* Removed stub
This commit is contained in:
Shahbaz Ahmad Siddiqui
2019-01-16 03:58:29 +05:30
committed by Manish Giri
parent 8e28271ebd
commit 3fa796094b

View File

@ -3,11 +3,9 @@ title: Cookies
---
## Cookies
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/php/functions/cookies/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
Definition: A cookie is a small file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, it will send the cookie too. With PHP, you can both create and retrieve cookie values. The name of the cookie is automatically assigned to a variable of the same name.
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
- [PHP setcookie() Function](https://www.w3schools.com/php/func_http_setcookie.asp)