hi,
you can get the cookie-values with an internal php array called $HTTP_COOKIE_VARS.
So if your cookie-variable is named "myValue"
then you get the value by typing the following code:
$HTTP_COOKIE_VARS["myValue"];
hope this helps.
Greetings
juggler