"; if (1 == 2) { // Print an individual cookie echo "

" . $_COOKIE["TestCookie"]; echo "



"; } echo "

"; // Another way to debug/test is to view all cookies $res = print_r($_COOKIE, TRUE); $cs = explode('] => ', $res); for ($i=1; $i"; } //print_r($res); echo "

"; ?>