![]() |
|
|
+ Search |
![]()
|
Jun 20th, 2001 08:02
Philip Olson, Chris Kings-Lynne, pranay p, Ben Udall,
The following faqt should help you 'input' and 'output' information
through cookies, see the cookie related links within :
http://www.faqts.com/knowledge_base/view.phtml/aid/82/
Essentially, the $HTTP_COOKIE_VARS array contains an associative array
of all cookies passed to your page. This is a predefined variable :
http://www.php.net/manual/language.variables.predefined.php
Also, cookies become variables in your script, just like GET and POST
variables do. They aren't _that_ special.