'; if (array_key_exists('user_pref_fruit', $_POST)) { $user_pref = $_POST['user_pref_fruit']; } else $user_pref="nothing"; echo ""; echo "Oh you like " . $user_pref . " !"; // echo "Oh you like " . $user_pref . " !" . " - Query String=" . $_SERVER["QUERY_STRING"]; echo ""; ?>