From the computer of: qmchenry
(339 recipes)
Created: Jul 14, 2006
The built-in PHP function setcookie() creates or updates a cookie name/value pair in the user's browser. A cookie contains information sent by a web server to a user's browser. Whenever a web page is accessed at that server that meets the requirements, cookies associated with that server (that haven't expired) are sent back without modification to the server.
The basic cookie consists of a name and a value. For example, a cookie with name 'user' can be set to the user's username, possibly encoded for security. To set the cookie user with the value 'qmchenry' use this command:
This cookie has a default expiration time of 0 which means it will persist until the browser is closed.
It is important to note that cookie information is sent in the web page response headers and, like other times PHP needs to change header values, the setcookie function must be called before any output is sent to the user.
Subscribe to the Tech-Recipes Newsletter
You can get tips like this delivered in your email every week!
We will never, ever sell your email address or spam you.
Related recipes:
PHP: Delete or expire a browser cookie
PHP: Read a browser cookie value
PHP: Create a File on your Server
Redirect to another web page using PHP
Make Wordpress Stop Replacing Double Dash with Em-dash
PHP: Delete or unlink a file on the server
PHP syntax: for loop basics
PHP: Password Protect Your pages.
PHP: Upload Files to the server
PHP syntax: create an associative array
Sponsored links
Login
Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.Search
Tech Recipes
· Home
· Mac OS X
· Solaris
· Windows
· Programming
· UNIX
· Cisco
· MySQL
· Google
· Instant messaging
· Add recipes
· Leave feedback
· Recommend us
· RSS Syndication
Hot recipes
Make XP look like Windows Vista / Longhorn for free!
XP: Small, Free Way to Use and Mount Images (ISO files) Without Burning Them
Hacks to Beat Rapidshare Download Limits and Waiting Time
How Do I Use or Open Bin, Cue, or ISO Files?
Vista: Should I Install 64-bit or 32-bit Version? (x64 vs x86)
SMS through E-Mail: Cingular, Nextel, Sprint, T-Mobile, Verizon, Virgin Mobile
How to patch up your UXtheme.dll file in XP home or pro
MySpace: Hack to Dowload Any Song on Myspace
Who's Online
There are currently, 2351 guest(s) and 0 member(s) that are online.
You are Anonymous user. You can register for free by clicking here
Information
Wish to advertise with us?
All logos and trademarks in this site are property of their respective owner. The comments and forum posts are property of their posters, all the rest © 2003-2007 by QD Ideas, LLC.
Users of this site are legally bound by the Terms and conditions and Disclaimer. Do not use this web site if you do not agree with these policies.
The members, admins, and authors of this website respect your privacy.
Page Generation: 0.79 Seconds
Sun Sep 7 9:16:01 2008