225. tyger fight

you have received 250 bodhi and a rare attachment.

[php]
$numberOfTimes = $_COOKIE[‘bodhiScore’]; // How many times have they visited?
echo $_COOKIE[‘bodhiScore’];
echo $numberOfTimes;
setcookie(“bodhiScore”, $numberOfTimes+250, time()+3600*24*365, “/”, “.koanoftheday.com”);
$_SESSION[‘newitem’] = “non-violent victory”;
$_SESSION[‘zencolor’] = “blue”;
[/php]
[php function=13]

play again.

0  ·  archives  ·  learn to meditate  ·  #zen