Help Full PHP + JavaScript
Home
Home
Monday, December 26, 2011
How to reset/destroy a cookie ?
Reset a cookie by specifying expire time in the past:
Example
: setcookie(‘Test’,$i,time()-3600); // already expired time
Reset a cookie by specifying its name only
Example
: setcookie(‘Test’);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
affiliate marketing
No comments:
Post a Comment