ok this is pretty basic i know the function setcookie() for setting cookies but how do i retreieve them? or is this not posible if this isn't posilbe what else can i do? all help is appreciated..
depends on version of php and if you have globals on, try these:
$foo = $_COOKIE['NAME_OF_COOKIE']; or $foo = $HTTP_COOKIE_VARS['NAME_OF_COOKIE'];