\n"); if (isset($count)) { echo("Yep: Count = $count
\n"); } else { echo("Nope. It might be set with some other path, though
\n"); } echo("Do you have a cookie named 'count' (other test)?
\n"); if (isset($HTTP_COOKIE_VARS["count"])) { echo("Yep: Count = $count
\n"); } else { echo("Nope. It might be set with some other path, though
\n"); } ?>