Check cookies with php
Talking about Php and Tutorials.
Learn cross platform HTML5 game development
Check my Gumroad page for commented source code, games and books.
Today, an interesting script to check cookies with php. I had to used it because a bad configuration on the server turned off cookie settings, and I have on my server various shopping cart using cookies.
You may get different results according to your register_globals settings.
Remember to reload the script to have the correct results as cookie variables become available on the next page you have declared them.
";
echo "value of \$_COOKIE[test]: ".$_COOKIE[test]."
";
echo "value of \$HTTP_COOKIE_VARS[test]: ".$HTTP_COOKIE_VARS[test]."
";
?>
Never miss an update! Subscribe, and I will bother you by email only when a new game or full source code comes out.