All pastes #663190 Raw Edit

Something

public text v1 · immutable
#663190 ·published 2007-08-19 11:16 UTC
rendered paste body
<?php
	$quotes = array( 'I like tea', 'tea is good', 'I love tea', ); $random_quote = array_rand( $quotes );
?>