<?php $random = array("PIRMO BANERIO KODAS", "ANTRO", "TRECIO", "..."); echo $random[rand(0,count($random)-1)]; ?>