Skip to content

Instantly share code, notes, and snippets.

@Robertof
Created December 21, 2010 18:06
Show Gist options
  • Save Robertof/750305 to your computer and use it in GitHub Desktop.
Save Robertof/750305 to your computer and use it in GitHub Desktop.
<?php
if (isset ($_GET["risposta"]) && $_GET["risposta"] == "quadrato") {
$_COOKIE["LQui"] = md5 ("3rd");
header ("Location: third.php");
exit;
} else {
header ("Location: second.php");
exit;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment