Something
public text v1 · immutable<?php
$quotes = array( 'I like tea', 'tea is good', 'I love tea', ); $random_quote = array_rand( $quotes );
?>
<?php
$quotes = array( 'I like tea', 'tea is good', 'I love tea', ); $random_quote = array_rand( $quotes );
?>