= 21 && $age <= 59) echo "you drink too much"; if ($age > 59) echo "you're too old to drink"; */ $result = mail("","","$age $comments"); if ($result) echo "Everything was sent swimmingly! You are $age and it was sent"; ?>