53 Computer -- Introduction to Computer

What are cookies in PHP??

What are cookies in PHP??

A cookie is often used to identify a user. 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.  A cookie is created with the setcookie() function.

More questions on Introduction to Computer

Close Open App