Einzelnen Beitrag anzeigen
Alt 07.11.2002, 13:04   #8
_m3
Inventar
 
Registriert seit: 24.09.2001
Beiträge: 7.335


Standard

To retrieve the names of all cookies passed to your script, call cookie() without any parameters. This allows you to iterate through all cookies:
PHP-Code:
    foreach $name ($query->cookie()) {
            print 
$query->cookie($name);
        } 
____________________________________
Weiterhin zu finden auf http://martin.leyrer.priv.at , http://twitter.com/leyrer , http://www.debattierclub.net/ , http://www.tratschen.at/ und via Instant Messaging auf Jabber: m3 <ät> cargal.org .
_m3 ist offline   Mit Zitat antworten