Something
public text v1 · immutable<?php
$quotes = array( 'Happiness makes up in height for what it lacks in length.', 'Make your life a mission - not an intermission.', 'I show up. I listen. I try to laugh.', ); $random_quote = array_rand( $quotes ); echo $quotes[ $random_quote ];
?>