diff --git a/guide/english/php/functions/cookies/index.md b/guide/english/php/functions/cookies/index.md index 7b7805cd76..8b1a7097ea 100644 --- a/guide/english/php/functions/cookies/index.md +++ b/guide/english/php/functions/cookies/index.md @@ -3,11 +3,9 @@ title: Cookies --- ## Cookies -This is a stub. Help our community expand it. +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. -This quick style guide will help ensure your pull request gets accepted. - - #### More Information: +- [PHP setcookie() Function](https://www.w3schools.com/php/func_http_setcookie.asp)