From 3fa796094bc0b86678c75e966df8b4ca8090ca12 Mon Sep 17 00:00:00 2001 From: Shahbaz Ahmad Siddiqui <36733146+eagle7corps@users.noreply.github.com> Date: Wed, 16 Jan 2019 03:58:29 +0530 Subject: [PATCH] Definition added (#26304) * Definition added * Removed stub --- guide/english/php/functions/cookies/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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)