$input = array("Pirmas atsakymas", "Antras atsakymas", "Trečias atsakymas"); echo $input[array_rand($input)];