[php]
if (!isset($_POST[“thename”])) {[/php]
[php]} else {
$zenname = $_POST[“thename”];
$emailaddy = $_POST[“emailaddy”];
$streetaddy = $_POST[“streetaddy”];
$streetaddy2 = $_POST[“streetaddy2”];
$citystate = $_POST[“citystate”];
$country = $_POST[“country”];
$zipcode = $_POST[“zipcode”];
$zenType = $_COOKIE[‘zenType’];
$zenBodhi = $_COOKIE[‘bodhiScore’];
$message = “name: “.$zenname.” email addy: “.$emailaddy.” street address : “.$streetaddy.” “.$streetaddy2.” “.$citystate.” “.$zipcode.” zentype: “.$zenType.” bodhi: “.$zenBodhi;
mail(“guru@koanoftheday.com”, “free stickers!”, $message);
[/php]
the guru said, “your stickers on on the way!”
the tortoise said, “that reminds me of a kōan.”
[php]}[/php]