Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/11/2007, 07:10
Avatar de Seppo
Seppo
 
Fecha de Ingreso: marzo-2005
Ubicación: Buenos Aires, Argentina
Mensajes: 1.284
Antigüedad: 19 años, 2 meses
Puntos: 17
Re: Frases aleatorias

http://us.php.net/array-rand

Código PHP:
$frases = array(
  
'frase 1',
  
'frase 2',
  
'frase 3',
  
'frase 4',
  
'frase 5',
  
'frase 6',
  
'frase 7',
);

echo 
$frases[array_rand($frases)];