Skip to content

Help Desk

Awesome Linux Hosting and VPS's

Categories

  • Advanced Topics
    • apache
    • bash
    • Linux + Unix
  • billing
  • CGI
  • crontab
  • Database + MySQL
  • DNS
  • Do you support…
  • Domain
  • E-commerce + Shopping Carts
  • FTP
  • General
  • Getting Started
  • Hosting
  • htaccess
  • mail
    • imap
    • spam
  • mod_rewrite
  • My Site Is Down!
  • mysql
  • passwords
  • perl
  • php
  • Python
  • review needed
  • ruby + rails
  • Sales Questions
  • Security
  • servers
  • shell
  • Specific Applications
    • git
    • joomla
    • silverstripe
    • Thunderbird
  • ssh
  • SSL (HTTPS)
  • to expand upon
  • to review
  • Uncategorized
  • upgrades
  • VPS
  • webmin
  • wordpress

Tag: cookies

PHP Cookie Array

Having trouble understanding php cookies? It’s really pretty easy – php automatically creates the array $_COOKIE and populates it with any cookies that are set.

You can get at the cookie values with code like:

$_COOKIE['cookie_name_here']'

That’s all there is too it.

Posted on June 7, 2011Author sblogadminCategories phpTags $_COOKIE, cookies, phpLeave a comment on PHP Cookie Array
Proudly powered by WordPress