$text[1] = "Text yazı."; $text[2] = "Text yazı."; $text[3] = "Text yazı."; $id_text = array_rand($text); $random = $text[$id_text]; echo "$random";