[php]
if (!isset($_POST[‘questions’])) {
[/php]
the banker drops a huge stack of forms in front of you.
the first line on the first form reads, “check any of the following that apply to you:”
[php]
}
else {
$robbercheck = $_POST[‘questions’];
if (($robbercheck[0] == 1) && ($robbercheck[1] == 2) && ($robbercheck[2] == 6) && ($robbercheck[3] == 8) && ($robbercheck[4] == 14) && ($robbercheck[5] == 17) && ($robbercheck[6] == 20)) {
$_SESSION[‘vault’] = 1;
[/php]
the banker took the forms and scrutinized them very carefully.
finally, he looked up said, “okay, you look okay. let’s go to the vault.”
[php]
}
else {
$_SESSION[‘vault’] = 0;
[/php]
the banker took the guru’s forms and looked them over.
finally, he looked up at the guru and said, “no, absolutely not. get out of here.”
the banker pushed the guru out into the village square.
[php]}}[/php]