Código PHP:
Ver original$mensajesSegunIndice = array('10'=>'Este es el mensaje para mensaje 10', '20'=>'Este es el mensaje para 20 referidos!', '30'=>'Huy ya tienes 30 referidos!!!');
echo $mensajesSegunIndice[10];
echo '<br />';
echo $mensajesSegunIndice[20];
Formas hay muchas
Saludos