Jump to content

adding index to cookie


niche

Recommended Posts

Turns out that this code will add an index to a cookie, but I can't find any documentation on this notation except for something similar, in example 3, in the manual. I'd appreciate any comments or thoughts on this snippet:

<?php$last = $_COOKIE['last'] . ', YEP';setcookie("last", $last);?> 
Edited by niche
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...