PHP Cookies

Sharing is caring!

Cookies are principally used to validate a clients session, they are modest parcels of information that are archived in the web browser that permit a site to match particular client qualified data to that in the database, therefore confirming the client.

So what are the values?

setcookie($name, $value, $expire, $path, $domain, $secure);

$name – is what you want to call the cookie, we will use this to reference the cookie later

$value – value of the cookie. For example “yourname”.

$expire – is the time in UNIX timestamp format when the cookie will expire for example, time()+”3600″. The cookie would then expire after an hour.

$path – The path on the server where the cookie will be available. For example, if the path is set to “/”, the cookie will be available through out the whole site. If the cookie is set to say “/account/”, the cookie will only be available under /account/ page and all its sub-directories.

$domain – For example, if the domain is set to “domain.com”, the cookie will be available within the domain including all its sub-domains, for example my.domain.com.

Its exceptional to note as of right now that the treat must be set after whatever available Html code so create treats above the headers on your page.

So here’s an illustration. We have set the treat with the worth of “yourname” and it is because of lapse in 1 hour.

setcookie(“username”, “yourname”, time()+3600);

Now we want to read the data and display the username on the page.

echo $_COOKIE[“username”];

23 thoughts on “PHP Cookies

  • Greate post. Keep writing such kind of info on your page.
    Im really impressed by your site.
    Hello there, You’ve done an excellent job. I’ll definitely digg it and
    in my opinion suggest to my friends. I am sure they will be benefited from this web site.

  • I’ll right away clutch your rss feed as I can’t to find
    your e-mail subscription link or newsletter service.
    Do you have any? Please let me recognize in order that I may just subscribe.
    Thanks.

  • Hi there, I discovered your website by means of Google whilst searching for
    a similar matter, your web site came up, it seems to be good.

    I have bookmarked it in my google bookmarks.
    Hello there, just became aware of your blog via Google, and found that it
    is really informative. I am going to watch out for brussels.
    I’ll appreciate in case you proceed this in future. Numerous other folks can be benefited out of your writing. Cheers!

  • Thanks for a marvelous posting! I definitely enjoyed reading it, you
    can be a great author.I will be sure to bookmark your blog and definitely
    will come back in the future. I want to encourage continue your great posts, have a nice
    day!

  • I must thank you for the efforts you’ve put in writing this website. I really hope to check out the same high-grade blog posts by you later on as well. In fact, your creative writing abilities has inspired me to get my very own site now 😉

  • I’m trying to develop a similar place to this myself, there’s clearly a lot of work that goes into it.
    Really energetic blog here, which is not easy to get.

  • Excellent goods from you, man. I’ve understand your stuff previous to and you’re just too great.
    I really like what you have acquired here, really like what you are stating and the
    way in which you say it. You make it enjoyable and you still care for to keep it sensible.
    I can not wait to read much more from you.
    This is really a tremendous web site.

  • hello!,I like your writing so a lot! percentage we keep up a correspondence more about your
    post on AOL? I require an expert in this house to
    resolve my problem. May be that is you! Looking forward to peer you.

  • I do believe all the ideas you have presented on your post.
    They are really convincing and will definitely work.

    Nonetheless, the posts are too short for beginners.
    May you please lengthen them a little from subsequent time?
    Thank you for the post.

  • Hello I am so glad I found your web site, I really found you by accident,
    while I was browsing on Digg for something else, Nonetheless I am here now
    and would just like to say cheers for a fantastic post and a
    all round interesting blog (I also love the theme/design), I
    don’t have time to go through it all at the minute but I have bookmarked it and also added
    in your RSS feeds, so when I have time I will be back to
    read more, Please do keep up the excellent work.

  • Magnificent items from you, man. I’ve be mindful your stuff previous to and you’re
    simply extremely fantastic. I actually like what
    you’ve obtained here, really like what you are stating and the way in which during which you say it. You’re making it entertaining and you continue to take care of to stay it sensible.

    I cant wait to read much more from you. That
    is really a wonderful site.

Leave a Reply

Your email address will not be published. Required fields are marked *

Got Project on mind? Let's ConnectContact Us

Secured By miniOrange