All pastes #663199 Raw Edit

Something

public text v1 · immutable
#663199 ·published 2007-08-19 11:24 UTC
rendered paste body
<?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 ];
?>