@extract($_POST); $name = stripslashes($name); $email = stripslashes($email); $customer = stripslashes($customer); $band = stripslashes($band); $business = stripslashes($business); $comment = stripslashes($comment); if ($customer != 'custom') {$customer= "\n\n";} else {$customer = "This person is a customer.\n\n";} if ($band != 'banded') {$band= "\n\n";} else {$band = "This person is a performer or in a band.\n\n";} if ($business != 'businessed') {$business= "\n\n";} else {$business = "This person owns a business, warning they might try to steal our money.\n\n";} mail('akuehling@erentertainment.net', "A fan of Onyx: $email","Name: $name Email: $email This person is a: $customer $band $business $comment","From: <$email>"); ?>